Uses of Interface
ucar.jpeg.jj2000.j2k.codestream.Markers

Packages that use Markers
ucar.jpeg.jj2000.j2k.codestream   
ucar.jpeg.jj2000.j2k.codestream.reader   
ucar.jpeg.jj2000.j2k.codestream.writer   
ucar.jpeg.jj2000.j2k.wavelet.synthesis   
 

Uses of Markers in ucar.jpeg.jj2000.j2k.codestream
 

Classes in ucar.jpeg.jj2000.j2k.codestream that implement Markers
 class HeaderInfo
          Classe that holds information found in the marker segments of the main and tile-part headers.
 

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

Classes in ucar.jpeg.jj2000.j2k.codestream.reader that implement Markers
 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.
 

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

Classes in ucar.jpeg.jj2000.j2k.codestream.writer that implement Markers
 class FileCodestreamWriter
          This class implements a CodestreamWriter for Java streams.
 class HeaderEncoder
          This class writes almost of the markers and marker segments in main header and in tile-part headers.
 

Uses of Markers in ucar.jpeg.jj2000.j2k.wavelet.synthesis
 

Classes in ucar.jpeg.jj2000.j2k.wavelet.synthesis that implement Markers
 class SynWTFilter
          This abstract class defines the methods of all synthesis wavelet filters.
 class SynWTFilterFloat
          This extends the synthesis wavelet filter general definitions of SynWTFilter by adding methods that work for float data specifically.
 class SynWTFilterFloatLift9x7
          This class inherits from the synthesis wavelet filter definition for int data.
 class SynWTFilterInt
          This extends the synthesis wavelet filter general definitions of SynWTFilter by adding methods that work for int data specifically.
 class SynWTFilterIntLift5x3
          This class inherits from the synthesis wavelet filter definition for int data.
 



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