ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.codestream.reader Namespace / HeaderDecoder Class / createEntropyDecoder Method
The bit stream reader agent where to get code-block data from.
The parameter list containing parameters applicable to the entropy decoder (other parameters can also be present).

In This Topic
    createEntropyDecoder Method
    In This Topic
    Creates and returns the entropy decoder corresponding to the information read from the codestream header and with the special additional parameters from the parameter list.
    Syntax
    'Declaration
     
    
    Public Overridable Function createEntropyDecoder( _
       ByVal src As CodedCBlkDataSrcDec, _
       ByVal pl As ParameterList _
    ) As EntropyDecoder
    public virtual EntropyDecoder createEntropyDecoder( 
       CodedCBlkDataSrcDec src,
       ParameterList pl
    )

    Parameters

    src
    The bit stream reader agent where to get code-block data from.
    pl
    The parameter list containing parameters applicable to the entropy decoder (other parameters can also be present).

    Return Value

    The entropy decoder
    See Also