com.lowagie.text.pdf
Class AcroFields.RevisionStream
java.lang.Object
   java.io.InputStream
java.io.InputStream
       com.lowagie.text.pdf.AcroFields.RevisionStream
com.lowagie.text.pdf.AcroFields.RevisionStream
- All Implemented Interfaces: 
- Closeable
- 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
- 
- Specified by:
- readin class- InputStream
 
- 
- Throws:
- IOException
 
read
public int read(byte[] b,
                int off,
                int len)
         throws IOException
- 
- Overrides:
- readin class- InputStream
 
- 
- Throws:
- IOException
 
close
public void close()
           throws IOException
- 
- Specified by:
- closein interface- Closeable
- Overrides:
- closein class- InputStream
 
- 
- Throws:
- IOException