ComponentOne PDF for .NET
CSJ2K.j2k.io Namespace / BEBufferedRandomAccessFile Class / skipBytes Method
The number of bytes to skip

In This Topic
    skipBytes Method (BEBufferedRandomAccessFile)
    In This Topic
    Skips n bytes from the input. Prior to skipping, the input should be realigned at the byte level.
    Syntax
    'Declaration
     
    
    Public Overridable Function skipBytes( _
       ByVal n As Integer _
    ) As Integer
    public virtual int skipBytes( 
       int n
    )

    Parameters

    n
    The number of bytes to skip
    See Also