Specifies how many chunks to decode per a single `execute()` call. This value has been tuned to work under all optimization settings and with stacktraces included.
Specifies how many characters to encode per a single `execute()` call. This value has been tuned to work under all optimization settings and with stacktraces included.
Decodes the bytes encoded into this string according to the Base64 format.
Decodes the bytes encoded into this string according to the Base64 format.
Encodes the bytes in this buffer to a string according to the Base64 format.
Appends a part of the Base64-encoded data.
Appends a part of the Base64-encoded data.
Appends a part of the Base64-encoded data and destroys it.
Consumes this decoder and returns the decoded data as a ByteBuffer.
Writes all bytes from the buffer to be serialized into Base64 and destroys the buffer.
Consumes this encoder and returns the encoded data as a ChunkedString.
Writes all bytes from the buffer to be serialized into Base64.
Writes an unsigned byte to be serialized into Base64.
Writes a signed integer to be serialized into Base64.
Writes an unsigned short to be serialized into Base64.