[]
        
(Showing Draft Content)

CSJ2K.j2k.io.BEBufferedRandomAccessFile.readLong

readLong Method

readLong()

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

Declaration
public override long readLong()
Returns
Type Description
long

The next byte-aligned signed long (64 bit) from the input.

Overrides
Implements