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, decodepublic int readInt(java.io.InputStream fin)
throws java.io.IOException
fin - java.io.IOExceptionpublic java.awt.image.BufferedImage decode(java.io.InputStream in)
throws java.io.IOException
decode in class ImageDecoderin - java.io.IOExceptionpublic java.lang.String getMagicWord()
getMagicWord in class ImageDecoder