Method ReadByte
ReadByte()
Reads an unsigned byte from the current stream and advances the current position of the stream by one byte.
Declaration
public byte ReadByte()
Returns
Type | Description |
---|---|
byte | The next byte read from the current stream, or 0 if the end of the stream has been reached. |