org.apache.batik.ext.awt.image.codec.tiff

Class TIFFRegistryEntry

public class TIFFRegistryEntry extends MagicNumberRegistryEntry

Constructor Summary
TIFFRegistryEntry()
Method Summary
FilterhandleStream(InputStream inIS, ParsedURL origURL, boolean needRawData)
Decode the Stream into a RenderableImage

Constructor Detail

TIFFRegistryEntry

public TIFFRegistryEntry()

Method Detail

handleStream

public Filter handleStream(InputStream inIS, ParsedURL origURL, boolean needRawData)
Decode the Stream into a RenderableImage

Parameters: inIS The input stream that contains the image. origURL The original URL, if any, for documentation purposes only. This may be null. needRawData If true the image returned should not have any default color correction the file may specify applied.

Copyright B) 2007 Apache Software Foundation. All Rights Reserved.