Uses of Interface
org.apache.pdfbox.io.RandomAccessStreamCache.StreamCacheCreateFunction
Packages that use RandomAccessStreamCache.StreamCacheCreateFunction
Package
Description
These are the low level objects that make up a PDF document.
These examples will show how to gain access to the PDF signature.
This package contains IO streams.
The pdfparser package contains classes to parse PDF documents and objects within the document.
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.StreamCacheCreateFunctionModifier and TypeMethodDescriptionstatic PDDocumentLoader.loadPDF(byte[] input, String password, InputStream keyStore, String alias, RandomAccessStreamCache.StreamCacheCreateFunction streamCacheCreateFunction) Parses a PDF.static PDDocumentLoader.loadPDF(File file, String password, InputStream keyStore, String alias, RandomAccessStreamCache.StreamCacheCreateFunction streamCacheCreateFunction) Parses a PDF.static PDDocumentLoader.loadPDF(File file, String password, RandomAccessStreamCache.StreamCacheCreateFunction streamCacheCreateFunction) Parses a PDF.static PDDocumentLoader.loadPDF(File file, RandomAccessStreamCache.StreamCacheCreateFunction streamCacheCreateFunction) Parses a PDF.static PDDocumentLoader.loadPDF(RandomAccessRead randomAccessRead, String password, InputStream keyStore, String alias, RandomAccessStreamCache.StreamCacheCreateFunction streamCacheCreateFunction) Parses a PDF.static PDDocumentLoader.loadPDF(RandomAccessRead randomAccessRead, 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.StreamCacheCreateFunctionModifier and TypeMethodDescriptionprivate RandomAccessStreamCacheCOSDocument.getStreamCache(RandomAccessStreamCache.StreamCacheCreateFunction streamCacheCreateFunction) Constructors in org.apache.pdfbox.cos with parameters of type RandomAccessStreamCache.StreamCacheCreateFunctionModifierConstructorDescriptionCOSDocument(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.examples.signature
Fields in org.apache.pdfbox.examples.signature declared as RandomAccessStreamCache.StreamCacheCreateFunctionMethods in org.apache.pdfbox.examples.signature that return RandomAccessStreamCache.StreamCacheCreateFunctionModifier and TypeMethodDescriptionCreateVisibleSignature.getStreamCacheCreateFunction()Get the function to be used to create an instance of the choosen stream cache.Methods in org.apache.pdfbox.examples.signature with parameters of type RandomAccessStreamCache.StreamCacheCreateFunctionModifier and TypeMethodDescriptionvoidCreateVisibleSignature.setStreamCacheCreateFunction(RandomAccessStreamCache.StreamCacheCreateFunction streamCache) Set the function to be used to create an instance of the choosen stream cache. -
Uses of RandomAccessStreamCache.StreamCacheCreateFunction in org.apache.pdfbox.io
Fields in org.apache.pdfbox.io declared as RandomAccessStreamCache.StreamCacheCreateFunctionModifier and TypeFieldDescriptionprivate static final RandomAccessStreamCache.StreamCacheCreateFunctionIOUtils.streamCacheMemoryUsageSetting.streamCacheImplementation of the function to create an instance of ScratchFile using the current settings.Methods in org.apache.pdfbox.io that return RandomAccessStreamCache.StreamCacheCreateFunctionModifier and TypeMethodDescriptionIOUtils.createMemoryOnlyStreamCache()Provides a function to create an instance of a memory only StreamCache using unrestricted main memory.IOUtils.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.StreamCacheCreateFunctionMethods in org.apache.pdfbox.multipdf that return RandomAccessStreamCache.StreamCacheCreateFunctionMethods in org.apache.pdfbox.multipdf with parameters of type RandomAccessStreamCache.StreamCacheCreateFunctionModifier and TypeMethodDescriptionprivate 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.StreamCacheCreateFunctionModifier and TypeMethodDescriptionprivate voidCOSParser.init(RandomAccessStreamCache.StreamCacheCreateFunction streamCacheCreateFunction) Constructors in org.apache.pdfbox.pdfparser with parameters of type RandomAccessStreamCache.StreamCacheCreateFunctionModifierConstructorDescriptionCOSParser(RandomAccessRead source, String password, InputStream keyStore, String keyAlias, RandomAccessStreamCache.StreamCacheCreateFunction streamCacheCreateFunction) Constructor for encrypted pdfs.PDFParser(RandomAccessRead source, String decryptionPassword, InputStream keyStore, 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.StreamCacheCreateFunctionModifierConstructorDescriptionPDDocument(RandomAccessStreamCache.StreamCacheCreateFunction streamCacheCreateFunction) Creates an empty PDF document.