com.sun.jimi.core.decoder.psd
Class PSDDecoderFactory
java.lang.Object
|
+--com.sun.jimi.core.JimiDecoderFactorySupport
|
+--com.sun.jimi.core.decoder.psd.PSDDecoderFactory
- public class PSDDecoderFactory
- extends JimiDecoderFactorySupport
Decode factory for Adobe Photoshop (PSD) 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
PSDDecoderFactory
public PSDDecoderFactory()
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()