private static class PdfSignatureAppearance.RangeStream
extends java.io.InputStream
| Modifier and Type | Field and Description |
|---|---|
private byte[] |
b |
private byte[] |
bout |
private java.io.RandomAccessFile |
raf |
private int[] |
range |
private int |
rangePosition |
| Modifier | Constructor and Description |
|---|---|
private |
RangeStream(java.io.RandomAccessFile raf,
byte[] bout,
int[] range) |
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
int |
read(byte[] b,
int off,
int len) |
private byte[] b
private java.io.RandomAccessFile raf
private byte[] bout
private int[] range
private int rangePosition
private RangeStream(java.io.RandomAccessFile raf,
byte[] bout,
int[] range)
public int read()
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionInputStream.read()public int read(byte[] b,
int off,
int len)
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionInputStream.read(byte[], int, int)