Uses of Class
org.apache.batik.ext.awt.image.codec.SeekableStream

Packages that use SeekableStream
org.apache.batik.ext.awt.image.codec Provides a set of classes to encode/decode images in various raster image file formats. 
org.apache.batik.ext.awt.image.codec.tiff   
 

Uses of SeekableStream in org.apache.batik.ext.awt.image.codec
 

Subclasses of SeekableStream in org.apache.batik.ext.awt.image.codec
 class FileCacheSeekableStream
          A subclass of SeekableStream that may be used to wrap a regular InputStream.
 class ForwardSeekableStream
          A subclass of SeekableStream that may be used to wrap a regular InputStream efficiently.
 class MemoryCacheSeekableStream
          A subclass of SeekableStream that may be used to wrap a regular InputStream.
 

Fields in org.apache.batik.ext.awt.image.codec declared as SeekableStream
protected  SeekableStream ImageDecoderImpl.input
          The SeekableStream associcted with this ImageEncoder.
 

Methods in org.apache.batik.ext.awt.image.codec that return SeekableStream
static SeekableStream SeekableStream.wrapInputStream(java.io.InputStream is, boolean canSeekBackwards)
          Returns a SeekableStream that will read from a given InputStream, optionally including support for seeking backwards.
 SeekableStream ImageDecoderImpl.getInputStream()
          Returns the SeekableStream associated with this ImageDecoder.
 SeekableStream ImageDecoder.getInputStream()
          Returns the SeekableStream associated with this ImageDecoder.
 

Constructors in org.apache.batik.ext.awt.image.codec with parameters of type SeekableStream
ImageDecoderImpl(SeekableStream input, ImageDecodeParam param)
          Constructs an ImageDecoderImpl with a given SeekableStream and ImageDecodeParam instance.
 

Uses of SeekableStream in org.apache.batik.ext.awt.image.codec.tiff
 

Methods in org.apache.batik.ext.awt.image.codec.tiff with parameters of type SeekableStream
static int TIFFDirectory.getNumDirectories(SeekableStream stream)
          Returns the number of image directories (subimages) stored in a given TIFF file, represented by a SeekableStream.
 

Constructors in org.apache.batik.ext.awt.image.codec.tiff with parameters of type SeekableStream
TIFFImage(SeekableStream stream, TIFFDecodeParam param, int directory)
          Constructs a TIFFImage that acquires its data from a given SeekableStream and reads from a particular IFD of the stream.
TIFFImageDecoder(SeekableStream input, ImageDecodeParam param)
           
TIFFDirectory(SeekableStream stream, int directory)
          Constructs a TIFFDirectory from a SeekableStream.
TIFFDirectory(SeekableStream stream, long ifd_offset, int directory)
          Constructs a TIFFDirectory by reading a SeekableStream.
 



Copyright © 2002 Apache Software Foundation. All Rights Reserved.