Package | Description |
---|---|
com.sun.media.imageioimpl.plugins.jpeg2000 | |
jj2000.j2k.codestream.reader |
Modifier and Type | Field and Description |
---|---|
private BitstreamReaderAgent |
J2KReadState.breader |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
private BitstreamReaderAgent |
PktDecoder.src
Reference to the codestream reader agent
|
Modifier and Type | Method and Description |
---|---|
static BitstreamReaderAgent |
BitstreamReaderAgent.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.
|
Constructor and Description |
---|
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.
|
Copyright © 2016 Open Microscopy Environment