Uses of Interface
jj2000.j2k.entropy.decoder.CodedCBlkDataSrcDec
-
Packages that use CodedCBlkDataSrcDec Package Description jj2000.j2k.codestream.reader jj2000.j2k.entropy.decoder -
-
Uses of CodedCBlkDataSrcDec in jj2000.j2k.codestream.reader
Classes in jj2000.j2k.codestream.reader that implement CodedCBlkDataSrcDec Modifier and Type Class Description class
BitstreamReaderAgent
This is the generic interface for bit stream reader agents.class
FileBitstreamReaderAgent
This 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 CodedCBlkDataSrcDec Modifier and Type Method Description EntropyDecoder
HeaderDecoder. 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 CodedCBlkDataSrcDec Modifier and Type Field Description protected CodedCBlkDataSrcDec
EntropyDecoder. src
The bit stream transport from where to get the compressed data (the source)Constructors in jj2000.j2k.entropy.decoder with parameters of type CodedCBlkDataSrcDec Constructor Description EntropyDecoder(CodedCBlkDataSrcDec src)
Initializes 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.
-