ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.codestream.reader Namespace / PktDecoder Class / readEPHMarker Method
The packet header reader to read the EPH marker from

In This Topic
    readEPHMarker Method
    In This Topic
    Try to read an EPH marker. If it is not possible then an Error is thrown.
    Syntax
    'Declaration
     
    
    Public Overridable Sub readEPHMarker( _
       ByVal bin As PktHeaderBitReader _
    ) 
    public virtual void readEPHMarker( 
       PktHeaderBitReader bin
    )

    Parameters

    bin
    The packet header reader to read the EPH marker from
    See Also