[]
        
(Showing Draft Content)

CSJ2K.j2k.io.BEBufferedRandomAccessFile.readInt

readInt Method

readInt()

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

Declaration
public override int readInt()
Public Overrides Function readInt() As Integer
Returns
Type Description
int

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

Overrides
Implements