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