Method ReadInt
ReadInt(BinaryReader)
Reads a single int.
Declaration
public static int ReadInt(this BinaryReader reader)
Parameters
| Type | Name | Description |
|---|---|---|
| BinaryReader | reader | The BinaryReader to read from. |
Returns
| Type | Description |
|---|---|
| int | The read data. |