[]
Reads a signed int (i.e., 32 bit) from the input. Prior to reading, the input should be realigned at the byte level.
public override int readInt()
Public Overrides Function readInt() As Integer
| Type | Description |
|---|---|
| int | The next byte-aligned signed int (32 bit) from the input. |