Uses of Interface
jj2000.j2k.io.BinaryDataOutput
-
Packages that use BinaryDataOutput Package Description com.github.jaiimageio.jpeg2000.impl jj2000.j2k.codestream.writer jj2000.j2k.io jj2000.j2k.util -
-
Uses of BinaryDataOutput in com.github.jaiimageio.jpeg2000.impl
Classes in com.github.jaiimageio.jpeg2000.impl that implement BinaryDataOutput Modifier and Type Class Description classIISRandomAccessIOA wrapper for converting anImageInputStreaminto aRandomAccessIO. -
Uses of BinaryDataOutput in jj2000.j2k.codestream.writer
Methods in jj2000.j2k.codestream.writer with parameters of type BinaryDataOutput Modifier and Type Method Description voidHeaderEncoder. writeTo(BinaryDataOutput out)Writes the header to the specified BinaryDataOutput. -
Uses of BinaryDataOutput in jj2000.j2k.io
Subinterfaces of BinaryDataOutput in jj2000.j2k.io Modifier and Type Interface Description interfaceRandomAccessIOThis abstract class defines the interface to perform random access I/O.Classes in jj2000.j2k.io that implement BinaryDataOutput 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 BinaryDataOutput in jj2000.j2k.util
Classes in jj2000.j2k.util that implement BinaryDataOutput Modifier and Type Class Description classISRandomAccessIOThis class implements a wrapper to turn an InputStream into a RandomAccessIO.
-