Uses of Class
org.apache.pdfbox.io.ScratchFile
Packages that use ScratchFile
Package
Description
These are the low level objects that make up a PDF document.
This package contains IO streams.
The pdfparser package contains classes to parse PDF documents and objects within the document.
-
Uses of ScratchFile in org.apache.pdfbox.cos
Constructors in org.apache.pdfbox.cos with parameters of type ScratchFileModifierConstructorDescriptionCOSDocument(ScratchFile scratchFile) Constructor that will use the provide memory handler for storage of the PDF streams.COSStream(ScratchFile scratchFile) Creates a new stream with an empty dictionary. -
Uses of ScratchFile in org.apache.pdfbox.io
Methods in org.apache.pdfbox.io that return ScratchFileModifier and TypeMethodDescriptionstatic ScratchFileScratchFile.getMainMemoryOnlyInstance()Getter for an instance using only unrestricted main memory for buffering (same asnew ScratchFile(MemoryUsageSetting.setupMainMemoryOnly())). -
Uses of ScratchFile in org.apache.pdfbox.pdfparser
Constructors in org.apache.pdfbox.pdfparser with parameters of type ScratchFileModifierConstructorDescriptionPDFParser(RandomAccessRead source, String decryptionPassword, InputStream keyStore, String alias, ScratchFile scratchFile) Constructor.PDFParser(RandomAccessRead source, String decryptionPassword, ScratchFile scratchFile) Constructor.PDFParser(RandomAccessRead source, ScratchFile scratchFile) Constructor.