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
Fields in org.apache.pdfbox.cos declared as ScratchFileModifier and TypeFieldDescriptionprivate ScratchFile
COSDocument.scratchFile
private final ScratchFile
COSOutputStream.scratchFile
private final ScratchFile
COSStream.scratchFile
Methods in org.apache.pdfbox.cos with parameters of type ScratchFileModifier and TypeMethodDescription(package private) static COSInputStream
COSInputStream.create
(List<Filter> filters, COSDictionary parameters, InputStream in, ScratchFile scratchFile) Creates a new COSInputStream from an encoded input stream.(package private) static COSInputStream
COSInputStream.create
(List<Filter> filters, COSDictionary parameters, InputStream in, ScratchFile scratchFile, DecodeOptions options) 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.(package private)
COSOutputStream
(List<Filter> filters, COSDictionary parameters, OutputStream output, ScratchFile scratchFile) Creates a new COSOutputStream writes to an encoded COS stream.COSStream
(ScratchFile scratchFile) Creates a new stream with an empty dictionary. -
Uses of ScratchFile in org.apache.pdfbox.io
Fields in org.apache.pdfbox.io declared as ScratchFileModifier and TypeFieldDescriptionprivate ScratchFile
ScratchFileBuffer.pageHandler
The underlying page handler.Methods in org.apache.pdfbox.io that return ScratchFileModifier and TypeMethodDescriptionstatic ScratchFile
ScratchFile.getMainMemoryOnlyInstance()
Getter for an instance using only unrestricted main memory for buffering (same asnew ScratchFile(MemoryUsageSetting.setupMainMemoryOnly())
).Constructors in org.apache.pdfbox.io with parameters of type ScratchFileModifierConstructorDescription(package private)
ScratchFileBuffer
(ScratchFile pageHandler) Creates a new buffer using pages handled by providedScratchFile
. -
Uses of ScratchFile in org.apache.pdfbox.pdfparser
Methods in org.apache.pdfbox.pdfparser with parameters of type ScratchFileConstructors 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. -
Uses of ScratchFile in org.apache.pdfbox.preflight.parser
Constructors in org.apache.pdfbox.preflight.parser with parameters of type ScratchFileModifierConstructorDescriptionPreflightParser
(File file, ScratchFile scratch) Constructor.PreflightParser
(String filename, ScratchFile scratch) Constructor.PreflightParser
(javax.activation.DataSource dataSource, ScratchFile scratch) Constructor.