Generic Base64 encoding output stream.
The template arguments C62 and C63 determine which non-alphabetic characters are used to represent the 62nd and 63rd code units. CPAD is the character used for padding the end of the result if necessary.
private
Writes an array of bytes to the stream.
Flushes the stream and makes sure that all data is being written to the output device.
Flushes and finalizes the stream.
Pipes an InputStream directly into this OutputStream.
See Implementation
Generic Base64 encoding output stream.
The template arguments C62 and C63 determine which non-alphabetic characters are used to represent the 62nd and 63rd code units. CPAD is the character used for padding the end of the result if necessary.