Class PNGRegistryEntry
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.png.PNGRegistryEntry
- All Implemented Interfaces:
ErrorConstants, RegistryEntry, StreamRegistryEntry
-
Nested Class Summary
Nested classes/interfaces inherited from class MagicNumberRegistryEntry
MagicNumberRegistryEntry.MagicNumber -
Field Summary
Fields 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
Modifier and TypeMethodDescriptionhandleStream(InputStream inIS, ParsedURL origURL, boolean needRawData) Decode the Stream into a RenderableImageMethods 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
-
Constructor Details
-
PNGRegistryEntry
public PNGRegistryEntry()
-
-
Method Details
-
handleStream
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.
-