Uses of Interface
org.apache.pdfbox.io.RandomAccessStreamCache.StreamCacheCreateFunction
-
Packages that use RandomAccessStreamCache.StreamCacheCreateFunction Package Description org.apache.pdfbox 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.multipdf org.apache.pdfbox.pdfparser The pdfparser package contains classes to parse PDF documents and objects within the document.org.apache.pdfbox.pdmodel The PDModel package represents a high level API for creating and manipulating PDF documents. -
-
Uses of RandomAccessStreamCache.StreamCacheCreateFunction in org.apache.pdfbox
Methods in org.apache.pdfbox with parameters of type RandomAccessStreamCache.StreamCacheCreateFunction Modifier and Type Method Description static PDDocumentLoader. loadPDF(byte[] input, java.lang.String password, java.io.InputStream keyStore, java.lang.String alias, RandomAccessStreamCache.StreamCacheCreateFunction streamCacheCreateFunction)Parses a PDF.static PDDocumentLoader. loadPDF(java.io.File file, java.lang.String password, java.io.InputStream keyStore, java.lang.String alias, RandomAccessStreamCache.StreamCacheCreateFunction streamCacheCreateFunction)Parses a PDF.static PDDocumentLoader. loadPDF(java.io.File file, java.lang.String password, RandomAccessStreamCache.StreamCacheCreateFunction streamCacheCreateFunction)Parses a PDF.static PDDocumentLoader. loadPDF(java.io.File file, RandomAccessStreamCache.StreamCacheCreateFunction streamCacheCreateFunction)Parses a PDF.static PDDocumentLoader. loadPDF(RandomAccessRead randomAccessRead, java.lang.String password, java.io.InputStream keyStore, java.lang.String alias, RandomAccessStreamCache.StreamCacheCreateFunction streamCacheCreateFunction)Parses a PDF.static PDDocumentLoader. loadPDF(RandomAccessRead randomAccessRead, java.lang.String password, RandomAccessStreamCache.StreamCacheCreateFunction streamCacheCreateFunction)Parses a PDF.static PDDocumentLoader. loadPDF(RandomAccessRead randomAccessRead, RandomAccessStreamCache.StreamCacheCreateFunction streamCacheCreateFunction)Parses a PDF. -
Uses of RandomAccessStreamCache.StreamCacheCreateFunction in org.apache.pdfbox.cos
Methods in org.apache.pdfbox.cos with parameters of type RandomAccessStreamCache.StreamCacheCreateFunction Modifier and Type Method Description private RandomAccessStreamCacheCOSDocument. getStreamCache(RandomAccessStreamCache.StreamCacheCreateFunction streamCacheCreateFunction)Constructors in org.apache.pdfbox.cos with parameters of type RandomAccessStreamCache.StreamCacheCreateFunction Constructor Description COSDocument(RandomAccessStreamCache.StreamCacheCreateFunction streamCacheCreateFunction)Constructor that will use the provided function to create a stream cache for the storage of the PDF streams.COSDocument(RandomAccessStreamCache.StreamCacheCreateFunction streamCacheCreateFunction, ICOSParser parser)Constructor that will use the provided function to create a stream cache for the storage of the PDF streams. -
Uses of RandomAccessStreamCache.StreamCacheCreateFunction in org.apache.pdfbox.io
Fields in org.apache.pdfbox.io declared as RandomAccessStreamCache.StreamCacheCreateFunction Modifier and Type Field Description private static RandomAccessStreamCache.StreamCacheCreateFunctionIOUtils. streamCacheRandomAccessStreamCache.StreamCacheCreateFunctionMemoryUsageSetting. streamCacheImplementation of the function to create an instance of ScratchFile using the current settings.Methods in org.apache.pdfbox.io that return RandomAccessStreamCache.StreamCacheCreateFunction Modifier and Type Method Description static RandomAccessStreamCache.StreamCacheCreateFunctionIOUtils. createMemoryOnlyStreamCache()Provides a function to create an instance of a memory only StreamCache using unrestricted main memory.static RandomAccessStreamCache.StreamCacheCreateFunctionIOUtils. createTempFileOnlyStreamCache()Provides a function to create an instance of a temp file only StreamCache using unrestricted size. -
Uses of RandomAccessStreamCache.StreamCacheCreateFunction in org.apache.pdfbox.multipdf
Fields in org.apache.pdfbox.multipdf declared as RandomAccessStreamCache.StreamCacheCreateFunction Modifier and Type Field Description private RandomAccessStreamCache.StreamCacheCreateFunctionSplitter. streamCacheCreateFunctionMethods in org.apache.pdfbox.multipdf that return RandomAccessStreamCache.StreamCacheCreateFunction Modifier and Type Method Description RandomAccessStreamCache.StreamCacheCreateFunctionSplitter. getStreamCacheCreateFunction()Methods in org.apache.pdfbox.multipdf with parameters of type RandomAccessStreamCache.StreamCacheCreateFunction Modifier and Type Method Description private voidPDFMergerUtility. legacyMergeDocuments(RandomAccessStreamCache.StreamCacheCreateFunction streamCacheCreateFunction, CompressParameters compressParameters)Merge the list of source documents, saving the result in the destination file.voidPDFMergerUtility. mergeDocuments(RandomAccessStreamCache.StreamCacheCreateFunction streamCacheCreateFunction)Merge the list of source documents, saving the result in the destination file.voidPDFMergerUtility. mergeDocuments(RandomAccessStreamCache.StreamCacheCreateFunction streamCacheCreateFunction, CompressParameters compressParameters)Merge the list of source documents, saving the result in the destination file.private voidPDFMergerUtility. optimizedMergeDocuments(RandomAccessStreamCache.StreamCacheCreateFunction streamCacheCreateFunction, CompressParameters compressParameters)voidSplitter. setStreamCacheCreateFunction(RandomAccessStreamCache.StreamCacheCreateFunction streamCacheCreateFunction)Set the current function to be used to create an instance of stream cache. -
Uses of RandomAccessStreamCache.StreamCacheCreateFunction in org.apache.pdfbox.pdfparser
Methods in org.apache.pdfbox.pdfparser with parameters of type RandomAccessStreamCache.StreamCacheCreateFunction Modifier and Type Method Description private voidCOSParser. init(RandomAccessStreamCache.StreamCacheCreateFunction streamCacheCreateFunction)Constructors in org.apache.pdfbox.pdfparser with parameters of type RandomAccessStreamCache.StreamCacheCreateFunction Constructor Description COSParser(RandomAccessRead source, java.lang.String password, java.io.InputStream keyStore, java.lang.String keyAlias, RandomAccessStreamCache.StreamCacheCreateFunction streamCacheCreateFunction)Constructor for encrypted pdfs.PDFParser(RandomAccessRead source, java.lang.String decryptionPassword, java.io.InputStream keyStore, java.lang.String alias, RandomAccessStreamCache.StreamCacheCreateFunction streamCacheCreateFunction)Constructor. -
Uses of RandomAccessStreamCache.StreamCacheCreateFunction in org.apache.pdfbox.pdmodel
Constructors in org.apache.pdfbox.pdmodel with parameters of type RandomAccessStreamCache.StreamCacheCreateFunction Constructor Description PDDocument(RandomAccessStreamCache.StreamCacheCreateFunction streamCacheCreateFunction)Creates an empty PDF document.
-