Quaqua 7.4.2 2011-07-05

Package ch.randelshofer.quaqua.ext.batik.ext.awt.image.codec.util

Interface Summary
ImageDecodeParam An empty (marker) interface to be implemented by all image decoder parameter classes.
ImageDecoder An interface describing objects that transform an InputStream into a BufferedImage or Raster.
 

Class Summary
ForwardSeekableStream A subclass of SeekableStream that may be used to wrap a regular InputStream efficiently.
ImageDecoderImpl A partial implementation of the ImageDecoder interface useful for subclassing.
MemoryCacheSeekableStream A subclass of SeekableStream that may be used to wrap a regular InputStream.
PropertyUtil  
SeekableStream An abstract subclass of java.io.InputStream that allows seeking within the input, similar to the RandomAccessFile class.
 


Copyright 2003-2007 (c) Werner Randelshofer.
All rights reserved.