Public Methods
Closes the reader. Syntax
Reads a block of bytes from the stream. Syntax Parameters buffer Array of bytes.
Reads a block of bytes from the stream. Syntax Parameters buffer Array of bytes.size Number of bytes to read.
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.
Reads a block of bytes from the stream. Syntax Parameters size Number of bytes to read. Return Value Array of bytes.
Reads a block of bytes from the stream. Overload List
Reads a boolean value from the stream. Syntax Return Value Bollean value.
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.
Reads a character value from the stream. Syntax Return Value Character value.