com.lowagie.text.pdf

Class AcroFields.RevisionStream

Enclosing Class:
AcroFields

private static class AcroFields.RevisionStream
extends InputStream

Field Summary

private byte[]
b
private boolean
closed
private int
length
private RandomAccessFileOrArray
raf
private int
rangePosition

Constructor Summary

RevisionStream(RandomAccessFileOrArray raf, int length)

Method Summary

void
close()
int
read()
int
read(byte[] b, int off, int len)

Field Details

b

private byte[] b

closed

private boolean closed

length

private int length

raf

private RandomAccessFileOrArray raf

rangePosition

private int rangePosition

Constructor Details

RevisionStream

private RevisionStream(RandomAccessFileOrArray raf,
                       int length)

Method Details

close

public void close()
            throws IOException

read

public int read()
            throws IOException

read

public int read(byte[] b,
                int off,
                int len)
            throws IOException