Class ImageIOTIFFRegistryEntry
java.lang.Object
org.apache.batik.ext.awt.image.spi.AbstractRegistryEntry
org.apache.batik.ext.awt.image.spi.MagicNumberRegistryEntry
org.apache.batik.ext.awt.image.codec.imageio.AbstractImageIORegistryEntry
org.apache.batik.ext.awt.image.codec.imageio.ImageIOTIFFRegistryEntry
- All Implemented Interfaces:
ErrorConstants,RegistryEntry,StreamRegistryEntry
RegistryEntry implementation for loading TIFF images through Image I/O.
- Version:
- $Id: ImageIOTIFFRegistryEntry.java 1733416 2016-03-03 07:07:13Z gadams $
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.batik.ext.awt.image.spi.MagicNumberRegistryEntry
MagicNumberRegistryEntry.MagicNumber -
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final String[](package private) static MagicNumberRegistryEntry.MagicNumber[](package private) static final String[](package private) static final byte[](package private) static final byte[]Fields inherited from class org.apache.batik.ext.awt.image.spi.MagicNumberRegistryEntry
PRIORITYFields inherited from interface org.apache.batik.ext.awt.image.spi.ErrorConstants
ERR_STREAM_FORMAT_UNREADABLE, ERR_STREAM_UNREADABLE, ERR_URL_FORMAT_UNREADABLE, ERR_URL_UNINTERPRETABLE, ERR_URL_UNREACHABLE, RESOURCES -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.batik.ext.awt.image.codec.imageio.AbstractImageIORegistryEntry
handleStreamMethods inherited from class org.apache.batik.ext.awt.image.spi.MagicNumberRegistryEntry
getReadlimit, isCompatibleStreamMethods inherited from class org.apache.batik.ext.awt.image.spi.AbstractRegistryEntry
getFormatName, getMimeTypes, getPriority, getStandardExtensionsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.batik.ext.awt.image.spi.RegistryEntry
getFormatName, getMimeTypes, getPriority, getStandardExtensions
-
Field Details
-
sig1
static final byte[] sig1 -
sig2
static final byte[] sig2 -
magicNumbers
-
exts
-
mimeTypes
-
-
Constructor Details
-
ImageIOTIFFRegistryEntry
public ImageIOTIFFRegistryEntry()
-