Uses of Interface
org.apache.pdfbox.io.RandomAccessStreamCache
Packages that use RandomAccessStreamCache
Package
Description
These are the low level objects that make up a PDF document.
This package contains IO streams.
-
Uses of RandomAccessStreamCache in org.apache.pdfbox.cos
Fields in org.apache.pdfbox.cos declared as RandomAccessStreamCacheModifier and TypeFieldDescriptionprivate final RandomAccessStreamCacheCOSDocument.streamCacheprivate final RandomAccessStreamCacheCOSOutputStream.streamCacheprivate RandomAccessStreamCacheCOSStream.streamCacheMethods in org.apache.pdfbox.cos that return RandomAccessStreamCacheModifier and TypeMethodDescriptionprivate RandomAccessStreamCacheCOSDocument.getStreamCache(RandomAccessStreamCache.StreamCacheCreateFunction streamCacheCreateFunction) private RandomAccessStreamCacheCOSStream.getStreamCache()Constructors in org.apache.pdfbox.cos with parameters of type RandomAccessStreamCacheModifierConstructorDescription(package private)COSOutputStream(List<Filter> filters, COSDictionary parameters, OutputStream output, RandomAccessStreamCache streamCache) Creates a new COSOutputStream writes to an encoded COS stream.COSStream(RandomAccessStreamCache streamCache) Creates a new stream with an empty dictionary.COSStream(RandomAccessStreamCache streamCache, RandomAccessReadView randomAccessReadView) Creates a new stream with an empty dictionary. -
Uses of RandomAccessStreamCache in org.apache.pdfbox.io
Classes in org.apache.pdfbox.io that implement RandomAccessStreamCacheModifier and TypeClassDescriptionclassA default implementation of the interface RandomAccessStreamCache using a memory backed RandomAccessReadWriteBuffer.classImplements a memory page handling mechanism as base for creating (multiple)RandomAccessbuffers each having its set of pages (implemented byScratchFileBuffer).Methods in org.apache.pdfbox.io that return RandomAccessStreamCacheModifier and TypeMethodDescriptionRandomAccessStreamCache.StreamCacheCreateFunction.create()Creates an instance of a RandomAccessStreamCache.