kactoos-jvm / nnl.rocks.kactoos.io / UncheckedBytes
class UncheckedBytes :
Bytes
Bytes that doesn’t throw checked Exception.
There is no thread-safety guarantee.
Since 0.3
Name | Summary |
---|---|
<init> | UncheckedBytes(bytes: Bytes ) UncheckedBytes(bytes: Bytes , fallback: Func < IOException , ByteArray >) Bytes that doesn’t throw checked Exception. |
Name | Summary |
---|---|
asBytes | fun asBytes(): ByteArray Convert it to the byte array. |