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