[]
        
(Showing Draft Content)

CSJ2K.j2k.io.BinaryDataInput.readInt

readInt Method

readInt()

Should read a signed int (i.e., 32 bit) from the input. Prior to reading, the input should be realigned at the byte level.

Declaration
int readInt()
Returns
Type Description
int

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