com.sun.jimi.core.decoder.png
Class PNGDecoderFactory
java.lang.Object
|
+--com.sun.jimi.core.JimiDecoderFactorySupport
|
+--com.sun.jimi.core.decoder.png.PNGDecoderFactory
- public class PNGDecoderFactory
- extends JimiDecoderFactorySupport
- implements FreeFormat
Decoder factory for Portable Network Graphics (PNG) format.
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
FORMAT_SIGNATURE
public static final byte[] FORMAT_SIGNATURE
MIME_TYPES
public static final java.lang.String[] MIME_TYPES
FILENAME_EXTENSIONS
public static final java.lang.String[] FILENAME_EXTENSIONS
FORMAT_NAME
public static final java.lang.String FORMAT_NAME
PNGDecoderFactory
public PNGDecoderFactory()
getFormatSignature
public byte[] getFormatSignature()
- Overrides:
- getFormatSignature in class JimiDecoderFactorySupport
createDecoder
public JimiDecoder createDecoder()
getMimeTypes
public java.lang.String[] getMimeTypes()
getFilenameExtensions
public java.lang.String[] getFilenameExtensions()
getFormatName
public java.lang.String getFormatName()