ComponentOne PDF for .NET
CSJ2K.j2k.fileformat.reader Namespace / FileFormatReader Class / readContiguousCodeStreamBox Method

In This Topic
    readContiguousCodeStreamBox Method (FileFormatReader)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Function readContiguousCodeStreamBox( _
       ByVal pos As Long, _
       ByVal length As Integer, _
       ByVal longLength As Long _
    ) As Boolean
    public virtual bool readContiguousCodeStreamBox( 
       long pos,
       int length,
       long longLength
    )

    Parameters

    pos
    length
    longLength
    See Also