Uses of Class
org.apache.pdfbox.io.ScratchFile
-
Packages that use ScratchFile Package Description org.apache.pdfbox.io This package contains IO streams. -
-
Uses of ScratchFile in org.apache.pdfbox.io
Fields in org.apache.pdfbox.io declared as ScratchFile Modifier and Type Field Description private ScratchFileScratchFileBuffer. pageHandlerThe underlying page handler.Methods in org.apache.pdfbox.io that return ScratchFile Modifier and Type Method Description static 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 ScratchFile Constructor Description ScratchFileBuffer(ScratchFile pageHandler)Creates a new buffer using pages handled by providedScratchFile.
-