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

 

 

constructor

Creates a new Base64BinaryReader for reading from the passed string.

Functions

Name

Description

 

 

readBoolean

Reads a Boolean value.

readByte

Reads one byte.

readSByte

Reads a signed byte.

readInt16

Reads a 16-bit integer.

readUInt16

Reads an unsigned 16-bit integer.

readInt32

Reads a 32-bit integer.

readUInt32

Reads an unsigned 32-bit integer

readFloat

Reads a floating-point number.

readDouble

Reads a double-precision floating-point number.

readString

Reads a string.

getLength

Returns the length of the data in bytes.

getOffset

Returns the current position of the read pointer.

setOffset

Sets the position of the read pointer.

Base64BinaryReader 1:

Available from version 1.10