private static class AcroFields.RevisionStream extends InputStream
| Modifier and Type | Field and Description |
|---|---|
private byte[] |
b |
private boolean |
closed |
private int |
length |
private RandomAccessFileOrArray |
raf |
private int |
rangePosition |
| Modifier | Constructor and Description |
|---|---|
private |
AcroFields.RevisionStream(RandomAccessFileOrArray raf,
int length) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
read() |
int |
read(byte[] b,
int off,
int len) |
available, mark, markSupported, read, reset, skipprivate byte[] b
private RandomAccessFileOrArray raf
private int length
private int rangePosition
private boolean closed
private AcroFields.RevisionStream(RandomAccessFileOrArray raf, int length)
public int read()
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class InputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOException