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 |
PdfSignatureAppearance.RangeStream(java.io.RandomAccessFile raf,
byte[] bout,
int[] range) |
private byte[] b
private java.io.RandomAccessFile raf
private byte[] bout
private int[] range
private int rangePosition
private PdfSignatureAppearance.RangeStream(java.io.RandomAccessFile raf, byte[] bout, int[] range)
public int read() throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException
InputStream.read()
public int read(byte[] b, int off, int len) throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException
InputStream.read(byte[], int, int)