Method ReadInt
ReadInt()
Reads an int and advances the current read position by the number of bytes in an int.
Declaration
public int ReadInt()
Returns
| Type | Description |
|---|---|
| int | The read data. |
Exceptions
| Type | Condition |
|---|---|
| ArgumentException | Thrown if attempting read beyond the end of the memory block. |