Uses of Interface
jj2000.j2k.io.BinaryDataOutput
Packages that use BinaryDataOutput
Package
Description
-
Uses of BinaryDataOutput in com.sun.media.imageioimpl.plugins.jpeg2000
Classes in com.sun.media.imageioimpl.plugins.jpeg2000 that implement BinaryDataOutputModifier and TypeClassDescriptionclassA wrapper for converting anImageInputStreaminto aRandomAccessIO. -
Uses of BinaryDataOutput in jj2000.j2k.codestream.writer
Methods in jj2000.j2k.codestream.writer with parameters of type BinaryDataOutputModifier and TypeMethodDescriptionvoidHeaderEncoder.writeTo(BinaryDataOutput out) Writes the header to the specified BinaryDataOutput. -
Uses of BinaryDataOutput in jj2000.j2k.io
Subinterfaces of BinaryDataOutput in jj2000.j2k.ioModifier and TypeInterfaceDescriptioninterfaceThis abstract class defines the interface to perform random access I/O.Classes in jj2000.j2k.io that implement BinaryDataOutputModifier and TypeClassDescriptionclassThis class defines a Buffered Random Access File, where all I/O is considered to be big-endian, and extends the BufferedRandomAccessFile class.classThis class defines a Buffered Random Access File. -
Uses of BinaryDataOutput in jj2000.j2k.util
Classes in jj2000.j2k.util that implement BinaryDataOutputModifier and TypeClassDescriptionclassThis class implements a wrapper to turn an InputStream into a RandomAccessIO.