[]
Reads an unsigned int (i.e., 32 bit) from the input. It is returned as a long since Java does not have an unsigned short type. Prior to reading, the input should be realigned at the byte level.
public override long readUnsignedInt()
Public Overrides Function readUnsignedInt() As Long
| Type | Description |
|---|---|
| long | The next byte-aligned unsigned int (32 bit) from the input, as a long. |