Asynchronous I/O that doesn’t get in your way, written in D
The search functionality needs JavaScript enabled
Generic Base64 encoding output stream.
class Base64OutputStreamImpl(char C62, char C63, char CPAD = '=', OutputStream) if (isOutputStream!OutputStream);
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.
m_bytesInCurrentLine
ulong
m_maxBytesPerLine
m_out
OutputStream
doWrite
finalize
flush
write
B64