com.sun.jimi.core.decoder.pcx
Class DCXDecoder
com.sun.jimi.core.decoder.pcx.DCXDecoder
- public class DCXDecoder
Decoder for the windows .pcx format (for PC Paintbrush files)
DCXDecoder
public DCXDecoder()
initDecoder
public void initDecoder(java.io.InputStream in,
JimiImage ji)
throws JimiException
getNumberOfImages
public int getNumberOfImages()
getCapabilities
public int getCapabilities()
setJimiImage
public void setJimiImage(JimiImage ji)
skipImage
public void skipImage()
throws JimiException
loadImage
protected void loadImage()
throws JimiException
driveDecoder
public boolean driveDecoder()
throws JimiException
freeDecoder
public void freeDecoder()
throws JimiException
getState
public int getState()
getJimiImage
public JimiImage getJimiImage()