[]
        
(Showing Draft Content)

CSJ2K.j2k.io.BinaryDataInput.skipBytes

skipBytes Method

skipBytes(int)

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

Declaration
int skipBytes(int n)
Function skipBytes(n As Integer) As Integer
Parameters
Type Name Description
int n

The number of bytes to skip

Returns
Type Description
int