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