Uses of Class
jj2000.j2k.codestream.reader.BitstreamReaderAgent
Packages that use BitstreamReaderAgent
-
Uses of BitstreamReaderAgent in jj2000.j2k.codestream.reader
Subclasses of BitstreamReaderAgent in jj2000.j2k.codestream.readerModifier and TypeClassDescriptionclassThis 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.Methods in jj2000.j2k.codestream.reader that return BitstreamReaderAgentModifier 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 BitstreamReaderAgentModifierConstructorDescriptionPktDecoder(DecoderSpecs decSpec, HeaderDecoder hd, RandomAccessIO ehs, BitstreamReaderAgent src, boolean isTruncMode, int maxCB) Creates an empty PktDecoder object associated with given decoder specifications and HeaderDecoder.