Uses of Interface
jj2000.j2k.entropy.decoder.CodedCBlkDataSrcDec
Packages that use CodedCBlkDataSrcDec
-
Uses of CodedCBlkDataSrcDec in jj2000.j2k.codestream.reader
Classes in jj2000.j2k.codestream.reader that implement CodedCBlkDataSrcDecModifier and TypeClassDescriptionclassThis is the generic interface for bit stream reader agents.classThis class reads the bit stream (with the help of HeaderDecoder for tile headers and PktDecoder for packets header and body) and retrives location of all code-block's codewords.Methods in jj2000.j2k.codestream.reader with parameters of type CodedCBlkDataSrcDecModifier and TypeMethodDescriptionHeaderDecoder.createEntropyDecoder(CodedCBlkDataSrcDec src, J2KImageReadParamJava j2krparam) 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. -
Uses of CodedCBlkDataSrcDec in jj2000.j2k.entropy.decoder
Fields in jj2000.j2k.entropy.decoder declared as CodedCBlkDataSrcDecModifier and TypeFieldDescriptionprotected CodedCBlkDataSrcDecEntropyDecoder.srcThe bit stream transport from where to get the compressed data (the source)Constructors in jj2000.j2k.entropy.decoder with parameters of type CodedCBlkDataSrcDecModifierConstructorDescriptionInitializes the source of compressed data.StdEntropyDecoder(CodedCBlkDataSrcDec src, DecoderSpecs decSpec, boolean doer, boolean verber, int mQuit) Instantiates a new entropy decoder engine, with the specified source of data, nominal block width and height.