Uses of Class
org.apache.pdfbox.io.ScratchFile
-
Packages that use ScratchFile Package Description org.apache.pdfbox.cos These are the low level objects that make up a PDF document.org.apache.pdfbox.io This package contains IO streams.org.apache.pdfbox.pdfparser 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 ScratchFile Constructor Description COSDocument(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 ScratchFile Modifier and Type Method Description static ScratchFile
ScratchFile. 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 ScratchFile Constructor Description PDFParser(RandomAccessRead source, java.lang.String decryptionPassword, java.io.InputStream keyStore, java.lang.String alias, ScratchFile scratchFile)
Constructor.PDFParser(RandomAccessRead source, java.lang.String decryptionPassword, ScratchFile scratchFile)
Constructor.PDFParser(RandomAccessRead source, ScratchFile scratchFile)
Constructor.
-