public class ASCII85InputStream extends FilterInputStream
The exact specification can be found in [PDF] chapter 3.3.2.
| Constructor and Description |
|---|
ASCII85InputStream(InputStream is)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
void |
close() |
boolean |
markSupported() |
int |
read() |
int |
read(byte[] data,
int offset,
int len) |
void |
reset() |
long |
skip(long bytes) |
mark, readpublic ASCII85InputStream(InputStream is)
is - The input stream to actually read from.public final int read()
throws IOException
read in class FilterInputStreamIOExceptionpublic final int read(byte[] data,
int offset,
int len)
throws IOException
read in class FilterInputStreamIOExceptionpublic int available()
throws IOException
available in class FilterInputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class FilterInputStreamIOExceptionpublic boolean markSupported()
markSupported in class FilterInputStreampublic void reset()
throws IOException
reset in class FilterInputStreamIOExceptionpublic long skip(long bytes)
throws IOException
skip in class FilterInputStreamIOExceptionCopyright © 2013 intarsys consulting GmbH. All Rights Reserved.