com.sun.jimi.core.decoder.ico
Class ICODecoder
java.lang.Object
|
+--com.sun.jimi.core.util.ProgressMonitorSupport
|
+--com.sun.jimi.core.compat.JimiDecoderBase
|
+--com.sun.jimi.core.decoder.ico.ICODecoder
- public class ICODecoder
- extends JimiDecoderBase
Decoder for the windows .ico format (for windows icon files)
Fields inherited from class com.sun.jimi.core.compat.JimiDecoderBase |
busyDecoding,
cleanupCommands,
currentController,
currentHandle,
decodingLock,
error,
ERROR,
factory,
finishedDecoding,
IMAGEAVAIL,
INFOAVAIL,
input,
jimiImage,
MOREIMAGES,
MULTIIMAGE,
UNKNOWNCOUNT |
Methods inherited from class com.sun.jimi.core.compat.JimiDecoderBase |
addCleanupCommand,
createAdaptiveRasterImage,
createAdaptiveRasterImage,
decodeNextImage,
finishedDecode,
initDecoding,
jimiImageCreated,
mustWaitForOptions,
run,
setFinished,
usesChanneledData,
waitReady |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
STREAM_BUFFER_SIZE
protected static final int STREAM_BUFFER_SIZE
ICODecoder
public ICODecoder()
initDecoder
public void initDecoder(java.io.InputStream in,
AdaptiveRasterImage ji)
throws JimiException
- Overrides:
- initDecoder in class JimiDecoderBase
getNumberOfImages
public int getNumberOfImages()
- Overrides:
- getNumberOfImages in class JimiDecoderBase
getCapabilities
public int getCapabilities()
- Overrides:
- getCapabilities in class JimiDecoderBase
setJimiImage
public void setJimiImage(AdaptiveRasterImage ji)
skipImage
public void skipImage()
throws JimiException
- Overrides:
- skipImage in class JimiDecoderBase
loadImage
protected void loadImage()
throws JimiException
driveDecoder
public boolean driveDecoder()
throws JimiException
- Overrides:
- driveDecoder in class JimiDecoderBase
freeDecoder
public void freeDecoder()
throws JimiException
- Overrides:
- freeDecoder in class JimiDecoderBase
getState
public int getState()
- Overrides:
- getState in class JimiDecoderBase
getJimiImage
public AdaptiveRasterImage getJimiImage()