[]
        
(Showing Draft Content)

CSJ2K.j2k.util.ISRandomAccessIO.readInt

readInt Method

readInt()

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

Declaration
public virtual int readInt()
Returns
Type Description
int

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

Implements