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