| 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.
|
| org.apache.pdfbox.pdfparser |
The pdfparser package contains classes to parse PDF documents and objects within the document.
|
| Modifier and Type | Method and Description |
|---|---|
RandomAccessReadView |
ICOSParser.createRandomAccessReadView(long startPosition,
long streamLength)
Creates a random access read view starting at the given position with the given length.
|
| Constructor and Description |
|---|
COSStream(ScratchFile scratchFile,
RandomAccessReadView randomAccessReadView)
Creates a new stream with an empty dictionary.
|
| Modifier and Type | Method and Description |
|---|---|
RandomAccessReadView |
RandomAccessReadBufferedFile.createView(long startPosition,
long streamLength) |
RandomAccessReadView |
RandomAccessReadView.createView(long startPosition,
long streamLength) |
RandomAccessReadView |
RandomAccessReadBuffer.createView(long startPosition,
long streamLength) |
RandomAccessReadView |
SequenceRandomAccessRead.createView(long startPosition,
long streamLength) |
RandomAccessReadView |
RandomAccessRead.createView(long startPosition,
long streamLength)
Creates a random access read view starting at the given position with the given length.
|
RandomAccessReadView |
RandomAccessReadMemoryMappedFile.createView(long startPosition,
long streamLength) |
| Modifier and Type | Method and Description |
|---|---|
RandomAccessReadView |
COSParser.createRandomAccessReadView(long startPosition,
long streamLength) |
Copyright © 2002–2021 The Apache Software Foundation. All rights reserved.