Version

Search Results

ReadFloat Method

Reads a float value from the stream. Syntax Return Value Float value.

ReadInt Method

Reads an integer value from the stream. Syntax Return Value Integer value.

ReadShort Method

Reads a short value from the stream. Syntax Return Value Short value.

IWriter Interface

Represents a writer. Syntax

IWriter Interface Members

Public Methods

IWriter Interface Methods

Public Methods

Close Method (IWriter)

Closes the writer. Syntax Return Value Marker.

WriteBlock(Byte[]) Method

Writes a block of bytes to the stream. Syntax Parameters buffer Array of bytes.

WriteBlock(Byte[],Int32) Method

Writes a block of bytes to the stream. Syntax Parameters buffer Array of bytes.size Number of bytes to write.

WriteBlock(Byte[],Int32,Int32) Method

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.