Base64BinaryWriter

[ Class ]

Allows writing of binary data to a Base64-encoded string.

Constructors

Name

Description

constructor

Creates a new Base64BinaryWriter.

Functions

Name

Description

writeBoolean

Writes a Boolean value.

writeByte

Writes a byte.

writeSByte

Writes a signed byte.

writeInt16

Writes a 16-bit integer.

writeUInt16

Writes an unsigned 16-bit integer.

writeInt32

Writes a 32-bit integer.

writeUInt32

Writes an unsigned 32-bit integer.

writeFloat

Writes a floating-point number.

writeDouble

Writes a double-precision floating-point number.

writeString

Writes a string.

getEncodedString

Returns the Base64-encoded string containing the data written so far.

getLength

Returns the length of the data written so far in bytes.

Base64BinaryWriter 1:

Available from version 1.10