Base64BinaryWriter
[ Class ]
Allows writing of binary data to a Base64-encoded string.
Constructors
Name |
Description |
---|---|
Creates a new Base64BinaryWriter. |
Functions
Name |
Description |
---|---|
Writes a Boolean value. | |
Writes a byte. | |
Writes a signed byte. | |
Writes a 16-bit integer. | |
Writes an unsigned 16-bit integer. | |
Writes a 32-bit integer. | |
Writes an unsigned 32-bit integer. | |
Writes a floating-point number. | |
Writes a double-precision floating-point number. | |
Writes a string. | |
Returns the Base64-encoded string containing the data written so far. | |
Returns the length of the data written so far in bytes. |
Available from version 1.10 |