Uses of Class
jj2000.j2k.codestream.HeaderInfo
Packages that use HeaderInfo
-
Uses of HeaderInfo in jj2000.j2k.codestream
Methods in jj2000.j2k.codestream that return HeaderInfo -
Uses of HeaderInfo in jj2000.j2k.codestream.reader
Methods in jj2000.j2k.codestream.reader with parameters of type HeaderInfoModifier and TypeMethodDescriptionstatic BitstreamReaderAgentBitstreamReaderAgent.createInstance(RandomAccessIO in, HeaderDecoder hd, J2KImageReadParamJava j2krparam, 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 jj2000.j2k.codestream.reader with parameters of type HeaderInfoModifierConstructorDescriptionFileBitstreamReaderAgent(HeaderDecoder hd, RandomAccessIO ehs, DecoderSpecs decSpec, J2KImageReadParamJava j2krparam, boolean cdstrInfo, HeaderInfo hi) Reads all tiles headers and keep offset of their first packet.HeaderDecoder(RandomAccessIO ehs, J2KImageReadParamJava j2krparam, HeaderInfo hi) Creates a HeaderDecoder instance and read in two passes the main header of the codestream.