Uses of Interface
jj2000.j2k.io.RandomAccessIO
-
Packages that use RandomAccessIO Package Description com.github.jaiimageio.jpeg2000.impl jj2000.j2k.codestream.reader jj2000.j2k.fileformat.reader jj2000.j2k.io jj2000.j2k.util -
-
Uses of RandomAccessIO in com.github.jaiimageio.jpeg2000.impl
Classes in com.github.jaiimageio.jpeg2000.impl that implement RandomAccessIO Modifier and Type Class Description classIISRandomAccessIOA wrapper for converting anImageInputStreaminto aRandomAccessIO. -
Uses of RandomAccessIO in jj2000.j2k.codestream.reader
Methods in jj2000.j2k.codestream.reader with parameters of type RandomAccessIO Modifier and Type Method Description static BitstreamReaderAgentBitstreamReaderAgent. 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.voidHeaderDecoder. 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 jj2000.j2k.codestream.reader with parameters of type RandomAccessIO Constructor 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. -
Uses of RandomAccessIO in jj2000.j2k.fileformat.reader
Constructors in jj2000.j2k.fileformat.reader with parameters of type RandomAccessIO Constructor Description FileFormatReader(RandomAccessIO in, J2KMetadata metadata)The constructor of the FileFormatReader -
Uses of RandomAccessIO in jj2000.j2k.io
Classes in jj2000.j2k.io that implement RandomAccessIO Modifier and Type Class Description classBEBufferedRandomAccessFileThis class defines a Buffered Random Access File, where all I/O is considered to be big-endian, and extends the BufferedRandomAccessFile class.classBufferedRandomAccessFileThis class defines a Buffered Random Access File. -
Uses of RandomAccessIO in jj2000.j2k.util
Classes in jj2000.j2k.util that implement RandomAccessIO Modifier and Type Class Description classISRandomAccessIOThis class implements a wrapper to turn an InputStream into a RandomAccessIO.
-