Version

Search Results

IReader Interface Methods

Public Methods

Close Method (IReader)

Closes the reader. Syntax

ReadBlock(Byte[]) Method

Reads a block of bytes from the stream. Syntax Parameters buffer Array of bytes.

ReadBlock(Byte[],Int32) Method

Reads a block of bytes from the stream. Syntax Parameters buffer Array of bytes.size Number of bytes to read.

ReadBlock(Byte[],Int32,Int32) Method

Reads a block of bytes from the stream. Syntax Parameters buffer Array of bytes.offset Offset within the array.size Number of bytes to read.

ReadBlock(Int32) Method

Reads a block of bytes from the stream. Syntax Parameters size Number of bytes to read. Return Value Array of bytes.

ReadBlock Method

Reads a block of bytes from the stream. Overload List

ReadBoolean Method

Reads a boolean value from the stream. Syntax Return Value Bollean value.

ReadByte Method

Reads a byte from the stream. Syntax Return Value The unsigned byte cast to an integer, or -1 if at the end of the stream.

ReadChar Method

Reads a character value from the stream. Syntax Return Value Character value.