public class ASInputStreamWrapper extends ASInputStream
nPos, resourceUsers| Constructor and Description |
|---|
ASInputStreamWrapper(ASInputStream stream) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
closeResource() |
void |
incrementResourceUsers() |
int |
read() |
int |
read(byte[] buffer,
int size) |
int |
read(byte[] b,
int off,
int len) |
void |
reset() |
int |
skip(int size) |
createStreamFromStreamavailable, mark, markSupported, 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 read(byte[] b,
int off,
int len)
throws IOException
read in class InputStreamIOExceptionpublic 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 ASInputStreamIOExceptionpublic void incrementResourceUsers()
incrementResourceUsers in class ASInputStreamCopyright © 2015–2017 The veraPDF Consortium. All rights reserved.