| Interface | Description |
|---|---|
| RandomAccess |
An interface to allow PDF files to be stored completely in memory or
to use a scratch file on the disk.
|
| RandomAccessRead |
An interface allowing random access read operations.
|
| SequentialRead |
An interface allowing sequential read operations.
|
| Class | Description |
|---|---|
| IOUtils |
This class contains various I/O-related methods.
|
| RandomAccessBuffer |
An implementation of the RandomAccess interface to store a pdf in memory.
|
| RandomAccessBufferedFileInputStream |
Provides
InputStream access to portions of a file combined with
buffered reading of content. |
| RandomAccessFile |
An interface to allow temp PDF data to be stored in a scratch
file on the disk to reduce memory consumption.
|
| RandomAccessFileOutputStream |
This will write to a RandomAccessFile in the filesystem and keep track
of the position it is writing to and the length of the stream.
|
| RandomAccessReadInputStream |
This class allows a section of a RandomAccessRead to be accessed as an
input stream.
|
| RandomAccessReadWrapper |
A read only wrapper for a RandomAccessRead instance.
|
| ScratchFile |
A temporary file which can hold multiple buffers of temporary data.
|
| SequenceRandomAccessRead |
A
SequenceRandomAccessRead represents the logical concatenation of a couple of RandomAccessRead
instances. |
Copyright © 2015–2019 The veraPDF Consortium. All rights reserved.