public class DCTInputStream extends FilterInputStream
in| Constructor and Description |
|---|
DCTInputStream(InputStream input)
Creates a DCT input stream from the given input stream
|
| Modifier and Type | Method and Description |
|---|---|
int |
read()
Read is not supported, only readImage.
|
Image |
readImage() |
available, close, mark, markSupported, read, read, reset, skippublic DCTInputStream(InputStream input)
input - stream to read frompublic int read()
throws IOException
read in class FilterInputStreamIOExceptionFilterInputStream.read()public Image readImage() throws IOException
IOException - if read failsCopyright © 2016. All rights reserved.