Uses of Interface
org.apache.pdfbox.pdfparser.SequentialSource
Packages that use SequentialSource
Package
Description
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 SequentialSourceModifier and TypeClassDescription(package private) final classA SequentialSource backed by an InputStream.(package private) final classA SequentialSource backed by a RandomAccessRead.Fields in org.apache.pdfbox.pdfparser declared as SequentialSourceModifier and TypeFieldDescription(package private) final SequentialSourceBaseParser.seqSourceThis is the stream that will be read from.Methods in org.apache.pdfbox.pdfparser with parameters of type SequentialSourceModifier and TypeMethodDescriptionprivate booleanPDFStreamParser.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 SequentialSourceModifierConstructorDescription(package private)BaseParser(SequentialSource pdfSource) Default constructor.