Uses of Interface
ucar.jpeg.jj2000.j2k.entropy.StdEntropyCoderOptions

Packages that use StdEntropyCoderOptions
ucar.jpeg.jj2000.j2k.codestream.reader   
ucar.jpeg.jj2000.j2k.codestream.writer   
ucar.jpeg.jj2000.j2k.entropy.decoder   
ucar.jpeg.jj2000.j2k.entropy.encoder   
 

Uses of StdEntropyCoderOptions in ucar.jpeg.jj2000.j2k.codestream.reader
 

Classes in ucar.jpeg.jj2000.j2k.codestream.reader that implement StdEntropyCoderOptions
 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.
 class HeaderDecoder
          This class reads main and tile-part headers from the codestream given a RandomAccessIO instance located at the beginning of the codestream (i.e just before the SOC marker) or at the beginning of a tile-part (i.e.
 class PktDecoder
          This class is used to read packet's head and body.
 

Uses of StdEntropyCoderOptions in ucar.jpeg.jj2000.j2k.codestream.writer
 

Classes in ucar.jpeg.jj2000.j2k.codestream.writer that implement StdEntropyCoderOptions
 class HeaderEncoder
          This class writes almost of the markers and marker segments in main header and in tile-part headers.
 

Uses of StdEntropyCoderOptions in ucar.jpeg.jj2000.j2k.entropy.decoder
 

Classes in ucar.jpeg.jj2000.j2k.entropy.decoder that implement StdEntropyCoderOptions
 class StdEntropyDecoder
          This class implements the JPEG 2000 entropy decoder, which codes stripes in code-blocks.
 

Uses of StdEntropyCoderOptions in ucar.jpeg.jj2000.j2k.entropy.encoder
 

Classes in ucar.jpeg.jj2000.j2k.entropy.encoder that implement StdEntropyCoderOptions
 class EntropyCoder
          This abstract class provides the general interface for block-based entropy encoders.
 class StdEntropyCoder
          This class implements the JPEG 2000 entropy coder, which codes stripes in code-blocks.
 



Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.