Package org.apache.xmlgraphics.image.codec.util


package org.apache.xmlgraphics.image.codec.util

Contains utility classes for image codecs.

  • Class
    Description
    A subclass of SeekableStream that may be used to wrap a regular InputStream.
    A subclass of SeekableStream that may be used to wrap a regular InputStream efficiently.
    An empty (marker) interface to be implemented by all image decoder parameter classes.
    An interface describing objects that transform an InputStream into a BufferedImage or Raster.
    A partial implementation of the ImageDecoder interface useful for subclassing.
    An empty (marker) interface to be implemented by all image encoder parameter classes.
    An interface describing objects that transform a BufferedImage or Raster into an OutputStream.
    A partial implementation of the ImageEncoder interface useful for subclassing.
    A subclass of SeekableStream that may be used to wrap a regular ImageInputStream.
    A subclass of SeekableStream that may be used to wrap a regular InputStream.
     
    An OutputStream which can seek to an arbitrary offset.
    An abstract subclass of java.io.InputStream that allows seeking within the input, similar to the RandomAccessFile class.
    A simple class implemented the RenderedImage interface.
    A simple class that provides RenderedImage functionality given a Raster and a ColorModel.