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