|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of RandomAccessIO in ucar.jpeg.colorspace |
---|
Constructors in ucar.jpeg.colorspace with parameters of type RandomAccessIO | |
---|---|
ColorSpace(RandomAccessIO in,
HeaderDecoder hd,
ParameterList pl)
public constructor which takes in the image, parameterlist and the image header decoder as args. |
Uses of RandomAccessIO in ucar.jpeg.colorspace.boxes |
---|
Fields in ucar.jpeg.colorspace.boxes declared as RandomAccessIO | |
---|---|
protected RandomAccessIO |
JP2Box.in
input file |
Constructors in ucar.jpeg.colorspace.boxes with parameters of type RandomAccessIO | |
---|---|
ChannelDefinitionBox(RandomAccessIO in,
int boxStart)
Construct a ChannelDefinitionBox from an input image. |
|
ColorSpecificationBox(RandomAccessIO in,
int boxStart)
Construct a ColorSpecificationBox from an input image. |
|
ComponentMappingBox(RandomAccessIO in,
int boxStart)
Construct a ComponentMappingBox from an input image. |
|
ImageHeaderBox(RandomAccessIO in,
int boxStart)
Construct an ImageHeaderBox from an input image. |
|
JP2Box(RandomAccessIO in,
int boxStart)
Construct a JP2Box from an input image. |
|
PaletteBox(RandomAccessIO in,
int boxStart)
Construct a PaletteBox from an input image. |
Uses of RandomAccessIO in ucar.jpeg.jj2000.j2k.codestream.reader |
---|
Methods in ucar.jpeg.jj2000.j2k.codestream.reader with parameters of type RandomAccessIO | |
---|---|
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. |
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. |
Constructors in ucar.jpeg.jj2000.j2k.codestream.reader with parameters of type RandomAccessIO | |
---|---|
FileBitstreamReaderAgent(HeaderDecoder hd,
RandomAccessIO ehs,
DecoderSpecs decSpec,
ParameterList pl,
boolean cdstrInfo,
HeaderInfo hi)
Reads all tiles headers and keep offset of their first packet. |
|
HeaderDecoder(RandomAccessIO ehs,
ParameterList pl,
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. |
Uses of RandomAccessIO in ucar.jpeg.jj2000.j2k.fileformat.reader |
---|
Constructors in ucar.jpeg.jj2000.j2k.fileformat.reader with parameters of type RandomAccessIO | |
---|---|
FileFormatReader(RandomAccessIO in)
The constructor of the FileFormatReader |
Uses of RandomAccessIO in ucar.jpeg.jj2000.j2k.io |
---|
Classes in ucar.jpeg.jj2000.j2k.io that implement RandomAccessIO | |
---|---|
class |
BEBufferedRandomAccessFile
This class defines a Buffered Random Access File, where all I/O is considered to be big-endian. |
class |
BufferedRandomAccessFile
This class defines a Buffered Random Access File. |
Uses of RandomAccessIO in ucar.jpeg.jj2000.j2k.util |
---|
Classes in ucar.jpeg.jj2000.j2k.util that implement RandomAccessIO | |
---|---|
class |
ISRandomAccessIO
This class implements a wrapper to turn an InputStream into a RandomAccessIO. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |