Package | Description |
---|---|
com.sun.media.imageioimpl.plugins.jpeg2000 | |
jj2000.j2k.codestream.reader | |
jj2000.j2k.fileformat.reader | |
jj2000.j2k.io | |
jj2000.j2k.util |
Modifier and Type | Class and Description |
---|---|
class |
IISRandomAccessIO
A wrapper for converting an
ImageInputStream into a
RandomAccessIO . |
Modifier and Type | Field and Description |
---|---|
private RandomAccessIO |
J2KReadState.in |
Modifier and Type | Field and Description |
---|---|
private RandomAccessIO |
PktDecoder.ehs
Reference to the stream where to read from
|
(package private) RandomAccessIO |
PktHeaderBitReader.in
The byte based source of data
|
private RandomAccessIO |
FileBitstreamReaderAgent.in
The RandomAccessIO where to get data from
|
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.
|
private void |
HeaderDecoder.extractMainMarkSeg(short marker,
RandomAccessIO ehs)
This method extract a marker segment from the main header and stores it
into a byte buffer for the second pass.
|
void |
HeaderDecoder.extractTilePartMarkSeg(short marker,
RandomAccessIO ehs,
int tileIdx,
int tilePartIdx)
This method extracts a marker segment in a tile-part header and stores
it into a byte buffer for the second pass.
|
(package private) void |
PktHeaderBitReader.setInput(RandomAccessIO in)
Sets the underlying byte based input to the given object.
|
Constructor and Description |
---|
FileBitstreamReaderAgent(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.
|
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.
|
PktHeaderBitReader(RandomAccessIO in)
Instantiates a 'PktHeaderBitReader' that gets the byte data from the
given source.
|
Modifier and Type | Field and Description |
---|---|
private RandomAccessIO |
FileFormatReader.in
The random access from which the file format boxes are read
|
Constructor and Description |
---|
FileFormatReader(RandomAccessIO in,
J2KMetadata metadata)
The constructor of the FileFormatReader
|
Modifier and Type | Class and Description |
---|---|
class |
BEBufferedRandomAccessFile
This class defines a Buffered Random Access File, where all I/O is
considered to be big-endian, and extends the
BufferedRandomAccessFile class.
|
class |
BufferedRandomAccessFile
This class defines a Buffered Random Access File.
|
Modifier and Type | Class and Description |
---|---|
class |
ISRandomAccessIO
This class implements a wrapper to turn an InputStream into a
RandomAccessIO.
|
Copyright © 2016 Open Microscopy Environment