Package | Description |
---|---|
org.apache.pdfbox.io |
This package contains IO streams.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RandomAccess
An interface to allow data to be stored completely in memory or
to use a scratch file on the disk.
|
Modifier and Type | Class and Description |
---|---|
class |
RandomAccessBuffer
An implementation of the RandomAccess interface to store data in memory.
|
class |
RandomAccessFile
A RandomAccess implementation which allows data to be stored in a scratch file on the disk to
reduce memory consumption.
|
(package private) class |
ScratchFileBuffer
Implementation of
RandomAccess as sequence of multiple fixed size pages handled
by ScratchFile . |
Modifier and Type | Field and Description |
---|---|
private RandomAccessWrite |
RandomAccessOutputStream.writer |
Constructor and Description |
---|
RandomAccessOutputStream(RandomAccessWrite writer)
Constructor to create a new output stream which writes to the given RandomAccessWrite.
|