Uses of Class
jj2000.j2k.entropy.decoder.EntropyDecoder
-
Packages that use EntropyDecoder Package Description jj2000.j2k.codestream.reader jj2000.j2k.entropy.decoder -
-
Uses of EntropyDecoder in jj2000.j2k.codestream.reader
Methods in jj2000.j2k.codestream.reader that return EntropyDecoder Modifier and Type Method Description EntropyDecoderHeaderDecoder. 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 EntropyDecoder in jj2000.j2k.entropy.decoder
Subclasses of EntropyDecoder in jj2000.j2k.entropy.decoder Modifier and Type Class Description classStdEntropyDecoderThis class implements the JPEG 2000 entropy decoder, which codes stripes in code-blocks.
-