Class Base64OutputStreamImpl(char C62, char C63, char CPAD)
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.
Inherits from
-
(base class)Object
Constructors
Name | Description |
---|---|
this
|
Initializes the Base64 output stream.
|
Fields
Name | Type | Description |
---|---|---|
m_bytesInCurrentLine
|
ulong |
|
m_maxBytesPerLine
|
ulong |
|
m_out
|
OutputStream |
Methods
Name | Description |
---|---|
finalize
|
|
flush
|
|
write
|
|
write
|
Aliases
Name | Description |
---|---|
B64
|
Authors
Jan Krüger, Sönke Ludwig
Copyright
© 2012-2013 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.