kactoos-jvm / nnl.rocks.kactoos / Bytes
interface Bytes
Bytes.
Since 0.2
| Name | Summary |
|---|---|
| asBytes | abstract fun asBytes(): ByteArrayConvert it to the byte array. |
| Name | Summary |
|---|---|
| Base64Bytes | class Base64Bytes : BytesDecodes all origin bytes using the Base64 encoding scheme. |
| BytesBase64 | class BytesBase64 : BytesEncodes all origin bytes using the Base64 encoding scheme. |
| BytesOf | class BytesOf : BytesA Bytes that encapsulates other sources of data. |
| CheckedBytes | class CheckedBytes<E> : BytesBytes that throws exception of specified type. |
| DigestEnvelope | abstract class DigestEnvelope : BytesDigest Envelope. |
| EmptyBytes | class EmptyBytes : BytesBytes with no data. |
| HexOf | class HexOf : BytesDecodes origin Text using the hexadecimal encoding scheme. |
| ReaderAsBytes | class ReaderAsBytes : BytesReader as Bytes. |
| UncheckedBytes | class UncheckedBytes : BytesBytes that doesn’t throw checked Exception. |