Uses of Class
ucar.jpeg.jj2000.j2k.codestream.HeaderInfo

Packages that use HeaderInfo
ucar.jpeg.jj2000.j2k.codestream   
ucar.jpeg.jj2000.j2k.codestream.reader   
 

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

Methods in ucar.jpeg.jj2000.j2k.codestream that return HeaderInfo
 HeaderInfo HeaderInfo.getCopy(int nt)
          Returns a copy of this object
 

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

Methods in ucar.jpeg.jj2000.j2k.codestream.reader with parameters of type HeaderInfo
static BitstreamReaderAgent BitstreamReaderAgent.createInstance(RandomAccessIO in, HeaderDecoder hd, ParameterList pl, DecoderSpecs decSpec, boolean cdstrInfo, HeaderInfo hi)
          Creates a bit stream reader of the correct type that works on the provided RandomAccessIO, with the special parameters from the parameter list.
 

Constructors in ucar.jpeg.jj2000.j2k.codestream.reader with parameters of type HeaderInfo
FileBitstreamReaderAgent(HeaderDecoder hd, RandomAccessIO ehs, DecoderSpecs decSpec, ParameterList pl, boolean cdstrInfo, HeaderInfo hi)
          Reads all tiles headers and keep offset of their first packet.
HeaderDecoder(RandomAccessIO ehs, ParameterList pl, HeaderInfo hi)
          Creates a HeaderDecoder instance and read in two passes the main header of the codestream.
 



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