[]
        
(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)
Public Overridable Function skipBytes(n As Integer) As Integer
Parameters
Type Name Description
int n

The number of bytes to skip

Returns
Type Description
int
Implements