[]
Should read 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 abstract long readUnsignedInt()
Type | Description |
---|---|
long | The next byte-aligned unsigned int (32 bit) from the input, as a long. |