Uses of Interface
org.apache.pdfbox.pdfparser.SequentialSource
-
Packages that use SequentialSource Package Description org.apache.pdfbox.pdfparser The pdfparser package contains classes to parse PDF documents and objects within the document. -
-
Uses of SequentialSource in org.apache.pdfbox.pdfparser
Classes in org.apache.pdfbox.pdfparser that implement SequentialSource Modifier and Type Class Description (package private) class
InputStreamSource
A SequentialSource backed by an InputStream.(package private) class
RandomAccessSource
A SequentialSource backed by a RandomAccessRead.Fields in org.apache.pdfbox.pdfparser declared as SequentialSource Modifier and Type Field Description (package private) SequentialSource
BaseParser. seqSource
This is the stream that will be read from.Methods in org.apache.pdfbox.pdfparser with parameters of type SequentialSource Modifier and Type Method 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 blanksConstructors in org.apache.pdfbox.pdfparser with parameters of type SequentialSource Constructor Description BaseParser(SequentialSource pdfSource)
Default constructor.
-