Class ImageIOPNGRegistryEntry
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.ImageIOPNGRegistryEntry
- All Implemented Interfaces:
ErrorConstants, RegistryEntry, StreamRegistryEntry
RegistryEntry implementation for loading PNG images through Image I/O.
- Version:
- $Id$
-
Nested Class Summary
Nested classes/interfaces inherited from class MagicNumberRegistryEntry
MagicNumberRegistryEntry.MagicNumber -
Field Summary
FieldsFields inherited from class MagicNumberRegistryEntry
PRIORITYFields inherited from interface 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 AbstractImageIORegistryEntry
handleStreamMethods inherited from class MagicNumberRegistryEntry
getReadlimit, isCompatibleStreamMethods inherited from class AbstractRegistryEntry
getFormatName, getMimeTypes, getPriority, getStandardExtensionsMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface RegistryEntry
getFormatName, getMimeTypes, getPriority, getStandardExtensions
-
Field Details
-
signature
static final byte[] signature
-
-
Constructor Details
-
ImageIOPNGRegistryEntry
public ImageIOPNGRegistryEntry()
-