| Package | Description |
|---|---|
| colorspace | |
| jj2000.j2k.codestream.reader |
| Modifier and Type | Field and Description |
|---|---|
HeaderDecoder |
ColorSpace.hd
Parameter Specs
|
| Constructor and Description |
|---|
ColorSpace(RandomAccessIO in,
HeaderDecoder hd,
ParameterList pl)
public constructor which takes in the image, parameterlist and the
image header decoder as args.
|
| Modifier and Type | Field and Description |
|---|---|
protected HeaderDecoder |
BitstreamReaderAgent.hd
The decoded bit stream header
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
BitstreamReaderAgent(HeaderDecoder hd,
DecoderSpecs decSpec)
Initializes members of this class.
|
FileBitstreamReaderAgent(HeaderDecoder hd,
RandomAccessIO ehs,
DecoderSpecs decSpec,
ParameterList pl,
boolean cdstrInfo,
HeaderInfo hi)
Reads all tiles headers and keep offset of their first
packet.
|
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 © 2015. All rights reserved.