| Package | Description |
|---|---|
| org.apache.pdfbox.io |
This package contains IO streams.
|
| org.apache.pdfbox.pdmodel.graphics.image |
This package deals with images that are stored in a PDF document.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RandomAccessBuffer
An implementation of the RandomAccess interface to store a pdf in memory.
|
class |
RandomAccessFile
An interface to allow temp PDF data to be stored in a scratch
file on the disk to reduce memory consumption.
|
| Modifier and Type | Method and Description |
|---|---|
RandomAccess |
ScratchFile.createBuffer()
Creates a new buffer in the scratch file.
|
| Constructor and Description |
|---|
RandomAccessFileOutputStream(RandomAccess raf)
Constructor to create an output stream that will write to the end of a
random access file.
|
| Modifier and Type | Method and Description |
|---|---|
static PDImageXObject |
CCITTFactory.createFromRandomAccess(PDDocument document,
RandomAccess reader)
Deprecated.
Use
CCITTFactory.createFromFile(PDDocument, File) instead. |
static PDImageXObject |
CCITTFactory.createFromRandomAccess(PDDocument document,
RandomAccess reader,
int number)
Deprecated.
Use
CCITTFactory.createFromFile(PDDocument, File, int) instead. |
Copyright © 2015–2021 The veraPDF Consortium. All rights reserved.