Base64BinaryReader
[ Class]
Allows reading binary data from a Base64-encoded string.
Reading always starts at the current position of the read pointer. After a new Base64BinaryReader has been created, the read pointer points to the first byte of the data and is incremented by the number of bytes read with each read operation.
Constructors
Name |
Description |
---|---|
|
|
Creates a new Base64BinaryReader for reading from the passed string. |
Functions
Name |
Description |
---|---|
|
|
Reads a Boolean value. | |
Reads one byte. | |
Reads a signed byte. | |
Reads a 16-bit integer. | |
Reads an unsigned 16-bit integer. | |
Reads a 32-bit integer. | |
Reads an unsigned 32-bit integer | |
Reads a floating-point number. | |
Reads a double-precision floating-point number. | |
Reads a string. | |
Returns the length of the data in bytes. | |
Returns the current position of the read pointer. | |
Sets the position of the read pointer. |
Available from version 1.10 |