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, skip
private 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 InputStream
IOException
public int read(byte[] b, int off, int len) throws IOException
read
in class InputStream
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class InputStream
IOException