public class PredictorDecoder extends ImageDecoder
Constructor and Description |
---|
PredictorDecoder() |
Modifier and Type | Method and Description |
---|---|
java.awt.image.BufferedImage |
decode(java.io.InputStream in) |
java.lang.String |
getMagicWord() |
int |
readInt(java.io.InputStream fin) |
canDecode, decode
public int readInt(java.io.InputStream fin) throws java.io.IOException
fin
- java.io.IOException
public java.awt.image.BufferedImage decode(java.io.InputStream in) throws java.io.IOException
decode
in class ImageDecoder
in
- java.io.IOException
public java.lang.String getMagicWord()
getMagicWord
in class ImageDecoder