Class AcroFields.RevisionStream
java.lang.Object
java.io.InputStream
com.gitlab.pdftk_java.com.lowagie.text.pdf.AcroFields.RevisionStream
- All Implemented Interfaces:
Closeable
,AutoCloseable
- Enclosing class:
- AcroFields
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate byte[]
private boolean
private int
private RandomAccessFileOrArray
private int
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.InputStream
available, mark, markSupported, nullInputStream, read, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferTo
-
Field Details
-
b
private byte[] b -
raf
-
length
private int length -
rangePosition
private int rangePosition -
closed
private boolean closed
-
-
Constructor Details
-
RevisionStream
-
-
Method Details
-
read
- Specified by:
read
in classInputStream
- Throws:
IOException
-
read
- Overrides:
read
in classInputStream
- Throws:
IOException
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classInputStream
- Throws:
IOException
-