Method ReadByte
ReadByte()
Reads a byte and advances the current read position by a byte.
Declaration
public byte ReadByte()
Returns
Type | Description |
---|---|
byte | The read data. |
Exceptions
Type | Condition |
---|---|
ArgumentException | Thrown if attempting read beyond the end of the memory block. |