[]
        
(Showing Draft Content)

CSJ2K.j2k.util.ISRandomAccessIO.readLong

readLong Method

readLong()

Reads a signed long (64 bit) from the input.

Declaration
public virtual long readLong()
Returns
Type Description
long

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

Implements