Package | Description |
---|---|
org.apache.pdfbox.pdfparser |
The pdfparser package contains classes to parse PDF documents and objects within the document.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
InputStreamSource
A SequentialSource backed by an InputStream.
|
(package private) class |
RandomAccessSource
A SequentialSource backed by a RandomAccessRead.
|
Modifier and Type | Field and Description |
---|---|
(package private) SequentialSource |
BaseParser.seqSource
This is the stream that will be read from.
|
Modifier and Type | Method and Description |
---|---|
private boolean |
PDFStreamParser.hasNoFollowingBinData(SequentialSource pdfSource)
Looks up an amount of bytes if they contain only ASCII characters (no
control sequences etc.), and that these ASCII characters begin with a
sequence of 1-3 non-blank characters between blanks
|
Constructor and Description |
---|
BaseParser(SequentialSource pdfSource)
Default constructor.
|