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 | 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.
|
Modifier and Type | Method | Description |
---|---|---|
RandomAccess |
ScratchFile.createBuffer() |
Creates a new buffer using this page handler.
|
RandomAccess |
ScratchFile.createBuffer(java.io.InputStream input) |
Creates a new buffer using this page handler and initializes it with the
data read from provided input stream (input stream is copied to buffer).
|
Modifier and Type | Method | 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 © 2002–2018. All rights reserved.