BinaryReader: ReadByte

ReadByte

Reads the next byte in the stream, and advances the position one byte.

 Public Function ReadByte ( ) As Byte

Return Values

Byte -  The next byte in the stream.

Remarks

See Also

Project VBCorLib Overview | Class BinaryReader Overview