com.lowagie.text.pdf

Class PdfSignatureAppearance.RangeStream

private static class PdfSignatureAppearance.RangeStream extends InputStream

Field Summary
byte[]b
byte[]bout
RandomAccessFileraf
int[]range
intrangePosition
Constructor Summary
RangeStream(RandomAccessFile raf, byte[] bout, int[] range)
Method Summary
intread()
intread(byte[] b, int off, int len)

Field Detail

b

private byte[] b

bout

private byte[] bout

raf

private RandomAccessFile raf

range

private int[] range

rangePosition

private int rangePosition

Constructor Detail

RangeStream

private RangeStream(RandomAccessFile raf, byte[] bout, int[] range)

Method Detail

read

public int read()

See Also: java.io.InputStream#read()

read

public int read(byte[] b, int off, int len)

See Also: java.io.InputStream#read(byte[], int, int)