com.sun.jimi.core.decoder.apf
Class APFDecoderFactory
java.lang.Object
|
+--com.sun.jimi.core.decoder.apf.APFDecoderFactory
- public class APFDecoderFactory
- extends java.lang.Object
- implements JimiDecoderFactory
Decode factory for Activated Pseudo Format (APF)
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
APFDecoderFactory
public APFDecoderFactory()
getFormatSignature
public byte[] getFormatSignature()
createDecoder
public JimiDecoder createDecoder()
- Specified by:
- createDecoder in interface JimiDecoderFactory
getMimeTypes
public java.lang.String[] getMimeTypes()
getFilenameExtensions
public java.lang.String[] getFilenameExtensions()
getFormatName
public java.lang.String getFormatName()