com.sun.jimi.core.decoder.tiff
Class TIFDecoderFactory
java.lang.Object
|
+--com.sun.jimi.core.JimiDecoderFactorySupport
|
+--com.sun.jimi.core.decoder.tiff.TIFDecoderFactory
- public class TIFDecoderFactory
- extends JimiDecoderFactorySupport
Decode factory for Tag Image File Format (TIFF)
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
FORMAT_SIGNATURES
public static final byte[][] FORMAT_SIGNATURES
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
TIFDecoderFactory
public TIFDecoderFactory()
getFormatSignatures
public byte[][] getFormatSignatures()
- Overrides:
- getFormatSignatures 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()