[]
        
(Showing Draft Content)

CSJ2K.j2k.util.ISRandomAccessIO.readUnsignedInt

readUnsignedInt Method

readUnsignedInt()

Reads a unsigned int (32 bit) from the input.

Declaration
public virtual long readUnsignedInt()
Returns
Type Description
long

The next byte-aligned unsigned int (32 bit) from the input.

Implements