Package jj2000.j2k.entropy.decoder
-
Interface Summary Interface Description CodedCBlkDataSrcDec This interface defines a source of entropy coded data and methods to transfer it in a code-block by code-block basis. -
Class Summary Class Description ByteInputBuffer This class provides a byte input facility from byte buffers.DecLyrdCBlk This class stores coded (compressed) code-blocks that are organized in layers.EntropyDecoder This is the abstract class from which all entropy decoders must inherit.MQDecoder This class implements the MQ arithmetic decoder.StdEntropyDecoder This class implements the JPEG 2000 entropy decoder, which codes stripes in code-blocks.