com.sun.jimi.core.decoder.bmp
Class BMPDecoderFactory
java.lang.Object
|
+--com.sun.jimi.core.JimiDecoderFactorySupport
|
+--com.sun.jimi.core.decoder.bmp.BMPDecoderFactory
- public class BMPDecoderFactory
- extends JimiDecoderFactorySupport
Decode factory for BMP
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
BMPDecoderFactory
public BMPDecoderFactory()
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()