com.sun.jimi.core.decoder.builtin
Class BuiltinDecoderFactory
java.lang.Object
|
+--com.sun.jimi.core.JimiDecoderFactorySupport
|
+--com.sun.jimi.core.decoder.builtin.BuiltinDecoderFactory
- public class BuiltinDecoderFactory
- extends JimiDecoderFactorySupport
- implements FreeFormat
Decoder factory for inbuilt AWT JPEG decoding. Has no associated JimiDecoder and is
used to signal the built-in special case.
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
BuiltinDecoderFactory
public BuiltinDecoderFactory()
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()