public class ASInputStreamWrapper extends ASInputStream
nPos, resourceUsers| Constructor and Description |
|---|
ASInputStreamWrapper(ASInputStream stream) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
closeResource() |
int |
read() |
int |
read(byte[] buffer,
int size) |
void |
reset() |
int |
skip(int size) |
createStreamFromStreamavailable, mark, markSupported, read, read, skippublic ASInputStreamWrapper(ASInputStream stream)
public int read()
throws IOException
read in class ASInputStreamIOExceptionpublic int read(byte[] buffer,
int size)
throws IOException
read in class ASInputStreamIOExceptionpublic int skip(int size)
throws IOException
skip in class ASInputStreamIOExceptionpublic void reset()
throws IOException
reset in class ASInputStreamIOExceptionpublic void closeResource()
throws IOException
closeResource in class ASInputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class ASInputStreamIOExceptionCopyright © 2015–2017 The veraPDF Consortium. All rights reserved.