public abstract class ASInputStream extends InputStream
| Constructor and Description |
|---|
ASInputStream() |
public abstract int read()
throws IOException
read in class InputStreamIOExceptionpublic abstract int read(byte[] buffer,
int size)
throws IOException
IOExceptionpublic abstract int skip(int size)
throws IOException
IOExceptionpublic abstract void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOExceptionpublic abstract void reset()
throws IOException
reset in class InputStreamIOExceptionCopyright © 2015–2016 The veraPDF Consortium. All rights reserved.