Package | Description |
---|---|
org.apache.pdfbox.cos |
These are the low level objects that make up a PDF document.
|
org.apache.pdfbox.pdmodel.common |
High level PD classes that are used throughout several packages are placed in the PDModel common package.
|
Modifier and Type | Method and Description |
---|---|
(package private) static COSInputStream |
COSInputStream.create(java.util.List<Filter> filters,
COSDictionary parameters,
java.io.InputStream in,
ScratchFile scratchFile)
Creates a new COSInputStream from an encoded input stream.
|
(package private) static COSInputStream |
COSInputStream.create(java.util.List<Filter> filters,
COSDictionary parameters,
java.io.InputStream in,
ScratchFile scratchFile,
DecodeOptions options) |
COSInputStream |
COSStream.createInputStream()
Returns a new InputStream which reads the decoded stream data.
|
COSInputStream |
COSStream.createInputStream(DecodeOptions options) |
Modifier and Type | Method and Description |
---|---|
COSInputStream |
PDStream.createInputStream()
This will get a stream that can be read from.
|
COSInputStream |
PDStream.createInputStream(DecodeOptions options) |