Package com.lowagie.text.pdf
Class PdfSignatureAppearance.RangeStream
java.lang.Object
java.io.InputStream
com.lowagie.text.pdf.PdfSignatureAppearance.RangeStream
- All Implemented Interfaces:
Closeable
,AutoCloseable
- Enclosing class:
PdfSignatureAppearance
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final byte[]
private final byte[]
private final RandomAccessFile
private final long[]
private long
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
RangeStream
(RandomAccessFile raf, byte[] bout, long[] range) -
Method Summary
Methods inherited from class java.io.InputStream
available, close, mark, markSupported, nullInputStream, read, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferTo
-
Field Details
-
b
private final byte[] b -
raf
-
bout
private final byte[] bout -
range
private final long[] range -
rangePosition
private long rangePosition
-
-
Constructor Details
-
RangeStream
-
-
Method Details
-
read
- Specified by:
read
in classInputStream
- Throws:
IOException
- See Also:
-
read
- Overrides:
read
in classInputStream
- Throws:
IOException
- See Also:
-