Class PdfSignatureAppearance.RangeStream
java.lang.Object
java.io.InputStream
com.gitlab.pdftk_java.com.lowagie.text.pdf.PdfSignatureAppearance.RangeStream
- All Implemented Interfaces:
Closeable, AutoCloseable
- Enclosing class:
PdfSignatureAppearance
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate byte[]private byte[]private RandomAccessFileprivate int[]private int -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateRangeStream(RandomAccessFile raf, byte[] bout, int[] 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 byte[] b -
raf
-
bout
private byte[] bout -
range
private int[] range -
rangePosition
private int rangePosition
-
-
Constructor Details
-
RangeStream
-
-
Method Details
-
read
- Specified by:
readin classInputStream- Throws:
IOException- See Also:
-
read
- Overrides:
readin classInputStream- Throws:
IOException- See Also:
-