[]
        
(Showing Draft Content)

CSJ2K.j2k.util.ISRandomAccessIO.skipBytes

skipBytes Method

skipBytes(int)

Skips 'n' bytes from the input.

Declaration
public virtual int skipBytes(int n)
Parameters
Type Name Description
int n

The number of bytes to skip

Returns
Type Description
int

Always n.

Implements