Class PdfSignatureAppearance.RangeStream
java.lang.Object
java.io.InputStream
org.openpdf.text.pdf.PdfSignatureAppearance.RangeStream
- All Implemented Interfaces:
Closeable, AutoCloseable
- Enclosing class:
PdfSignatureAppearance
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final byte[]private final byte[]private final RandomAccessFileprivate final long[]private long -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateRangeStream(RandomAccessFile raf, byte[] bout, long[] range) -
Method Summary
Methods inherited from class 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:
readin classInputStream- Throws:
IOException- See Also:
-
read
- Overrides:
readin classInputStream- Throws:
IOException- See Also:
-