private static class PdfSignatureAppearance.RangeStream extends InputStream
| Modifier and Type | Field and Description |
|---|---|
private byte[] |
b |
private byte[] |
bout |
private RandomAccessFile |
raf |
private int[] |
range |
private int |
rangePosition |
| Modifier | Constructor and Description |
|---|---|
private |
PdfSignatureAppearance.RangeStream(RandomAccessFile raf,
byte[] bout,
int[] range) |
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
int |
read(byte[] b,
int off,
int len) |
available, close, mark, markSupported, read, reset, skipprivate byte[] b
private RandomAccessFile raf
private byte[] bout
private int[] range
private int rangePosition
private PdfSignatureAppearance.RangeStream(RandomAccessFile raf, byte[] bout, int[] range)
public int read()
throws IOException
read in class InputStreamIOExceptionInputStream.read()public int read(byte[] b,
int off,
int len)
throws IOException
read in class InputStreamIOExceptionInputStream.read(byte[], int, int)