[]
        
(Showing Draft Content)

CSJ2K.j2k.io.BufferedRandomAccessFile.skipBytes

skipBytes Method

skipBytes(int)

Skips n bytes from the input. Prior to skipping, the input should be realigned at the byte level.

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

The number of bytes to skip

Returns
Type Description
int
Implements