Uses of Interface
jj2000.j2k.io.BinaryDataOutput
-
Packages that use BinaryDataOutput Package Description com.sun.media.imageioimpl.plugins.jpeg2000 jj2000.j2k.codestream.writer jj2000.j2k.io jj2000.j2k.util -
-
Uses of BinaryDataOutput in com.sun.media.imageioimpl.plugins.jpeg2000
Classes in com.sun.media.imageioimpl.plugins.jpeg2000 that implement BinaryDataOutput Modifier and Type Class Description class
IISRandomAccessIO
A wrapper for converting anImageInputStream
into 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 void
HeaderEncoder. 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 interface
RandomAccessIO
This abstract class defines the interface to perform random access I/O.Classes in jj2000.j2k.io that implement BinaryDataOutput Modifier and Type Class 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. -
Uses of BinaryDataOutput in jj2000.j2k.util
Classes in jj2000.j2k.util that implement BinaryDataOutput Modifier and Type Class Description class
ISRandomAccessIO
This class implements a wrapper to turn an InputStream into a RandomAccessIO.
-