org.apache.xmlgraphics.image.codec.util |
org.apache.xmlgraphics.image.codec.util Package
Contains utility classes for image codecs.
|
Java Source File Name | Type | Comment |
FileCacheSeekableStream.java | Class | A subclass of SeekableStream that may be used to wrap
a regular InputStream . |
ForwardSeekableStream.java | Class | A subclass of SeekableStream that may be used
to wrap a regular InputStream efficiently. |
ImageDecodeParam.java | Interface | An empty (marker) interface to be implemented by all image decoder
parameter classes.
This interface is not a committed part of the JAI API. |
ImageDecoder.java | Interface | An interface describing objects that transform an InputStream into a
BufferedImage or Raster. |
ImageDecoderImpl.java | Class | A partial implementation of the ImageDecoder interface
useful for subclassing. |
ImageEncodeParam.java | Interface | An empty (marker) interface to be implemented by all image encoder
parameter classes.
This interface is not a committed part of the JAI API. |
ImageEncoder.java | Interface | An interface describing objects that transform a BufferedImage or
Raster into an OutputStream.
This interface is not a committed part of the JAI API. |
ImageEncoderImpl.java | Class | A partial implementation of the ImageEncoder interface useful for
subclassing.
This class is not a committed part of the JAI API. |
MemoryCacheSeekableStream.java | Class | A subclass of SeekableStream that may be used to wrap
a regular InputStream . |
PropertyUtil.java | Class | |
SeekableOutputStream.java | Class | An OutputStream which can seek to an arbitrary offset. |
SeekableStream.java | Class | An abstract subclass of java.io.InputStream that allows seeking
within the input, similar to the RandomAccessFile class.
Additionally, the DataInput interface is supported and extended
to include support for little-endian representations of fundamental data
types.
In addition to the familiar methods from InputStream , the
methods getFilePointer() , seek() , are defined as in
the RandomAccessFile class. |
SimpleRenderedImage.java | Class | A simple class implemented the RenderedImage
interface. |
SingleTileRenderedImage.java | Class | A simple class that provides RenderedImage functionality
given a Raster and a ColorModel. |