ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.io Namespace / BinaryDataInput Interface / skipBytes Method
The number of bytes to skip

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

    Parameters

    n
    The number of bytes to skip
    Exceptions
    ExceptionDescription
    If the end-of file was reached before all the bytes could be skipped.
    If an I/O error ocurred.
    See Also