Uses of Class
org.apache.pdfbox.io.ScratchFile
Packages that use ScratchFile
-
Uses of ScratchFile in org.apache.pdfbox.io
Fields in org.apache.pdfbox.io declared as ScratchFileModifier and TypeFieldDescriptionprivate ScratchFileScratchFileBuffer.pageHandlerThe underlying page handler.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())).static ScratchFileScratchFile.getMainMemoryOnlyInstance(long maxMainMemoryBytes) Getter for an instance to only use main-memory with the defined maximum.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.