Package | Description |
---|---|
org.apache.pdfbox.io |
This package contains IO streams.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RandomAccess
An interface to allow PDF files 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 a pdf in memory.
|
class |
RandomAccessBufferedFileInputStream
Provides
InputStream access to portions of a file combined with
buffered reading of content. |
class |
RandomAccessFile
An interface to allow temp PDF data to be stored in a scratch
file on the disk to reduce memory consumption.
|
Copyright © 2002-2016 The Apache Software Foundation. All Rights Reserved.