com.lowagie.text.pdf
Class AcroFields.RevisionStream
java.lang.Object
java.io.InputStream
com.lowagie.text.pdf.AcroFields.RevisionStream
- Enclosing class:
- AcroFields
- private static class AcroFields.RevisionStream
- extends InputStream
Method Summary |
void |
close()
|
int |
read()
|
int |
read(byte[] b,
int off,
int len)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
b
private byte[] b
raf
private RandomAccessFileOrArray raf
length
private int length
rangePosition
private int rangePosition
closed
private boolean closed
AcroFields.RevisionStream
private AcroFields.RevisionStream(RandomAccessFileOrArray raf,
int length)
read
public int read()
throws IOException
- Throws:
IOException
read
public int read(byte[] b,
int off,
int len)
throws IOException
- Throws:
IOException
close
public void close()
throws IOException
- Throws:
IOException