[]
        
(Showing Draft Content)

CSJ2K.j2k.codestream.reader.HeaderDecoder.createEntropyDecoder

createEntropyDecoder Method

createEntropyDecoder(CodedCBlkDataSrcDec, ParameterList)

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.

Declaration
public virtual EntropyDecoder createEntropyDecoder(CodedCBlkDataSrcDec src, ParameterList pl)
Parameters
Type Name Description
CodedCBlkDataSrcDec src

The bit stream reader agent where to get code-block data from.

ParameterList pl

The parameter list containing parameters applicable to the entropy decoder (other parameters can also be present).

Returns
Type Description
EntropyDecoder

The entropy decoder