[]
        
(Showing Draft Content)

CSJ2K.j2k.io.BufferedRandomAccessFile.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
public abstract int readInt()
Returns
Type Description
int

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

Implements