| Package | Description |
|---|---|
| org.apache.pdfbox.cos |
These are the low level objects that make up a PDF document.
|
| org.apache.pdfbox.io |
This package contains IO streams.
|
| Constructor and Description |
|---|
COSStream(ScratchFile scratchFile)
Creates a new stream with an empty dictionary.
|
COSStream(ScratchFile scratchFile,
RandomAccessReadView randomAccessReadView)
Creates a new stream with an empty dictionary.
|
| Modifier and Type | Method and Description |
|---|---|
static ScratchFile |
ScratchFile.getMainMemoryOnlyInstance()
Getter for an instance using only unrestricted main memory for buffering
(same as
new ScratchFile(MemoryUsageSetting.setupMainMemoryOnly())). |
static ScratchFile |
ScratchFile.getMainMemoryOnlyInstance(long maxMainMemoryBytes)
Getter for an instance to only use main-memory with the defined maximum.
|
Copyright © 2002–2021 The Apache Software Foundation. All rights reserved.