Reads a float value from the stream. Syntax Return Value Float value.
Reads an integer value from the stream. Syntax Return Value Integer value.
Reads a short value from the stream. Syntax Return Value Short value.
Represents a writer. Syntax
Public Methods
Public Methods
Closes the writer. Syntax Return Value Marker.
Writes a block of bytes to the stream. Syntax Parameters buffer Array of bytes.
Writes a block of bytes to the stream. Syntax Parameters buffer Array of bytes.size Number of bytes to write.
Writes a block of bytes to the stream. Syntax Parameters buffer Array of bytes.offset Offset within the array.size Number of bytes to write.