com.lowagie.text.pdf
private static class PdfSignatureAppearance.RangeStream extends InputStream
Field Summary | |
---|---|
byte[] | b |
byte[] | bout |
RandomAccessFile | raf |
int[] | range |
int | rangePosition |
Constructor Summary | |
---|---|
RangeStream(RandomAccessFile raf, byte[] bout, int[] range) |
Method Summary | |
---|---|
int | read() |
int | read(byte[] b, int off, int len) |
See Also: java.io.InputStream#read()
See Also: java.io.InputStream#read(byte[], int, int)