Module encoder

Source

Structsยง

EncoderWriter
A Write implementation that base64 encodes data before delegating to the wrapped writer.

Constantsยง

BUF_SIZE ๐Ÿ”’
MAX_INPUT_LEN ๐Ÿ”’
The most bytes whose encoding will fit in BUF_SIZE
MIN_ENCODE_CHUNK_SIZE ๐Ÿ”’