Uses of Interface
org.apache.pdfbox.io.RandomAccessStreamCache
-
Packages that use RandomAccessStreamCache 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. -
-
Uses of RandomAccessStreamCache in org.apache.pdfbox.cos
Fields in org.apache.pdfbox.cos declared as RandomAccessStreamCache Modifier and Type Field Description private RandomAccessStreamCacheCOSDocument. streamCacheprivate RandomAccessStreamCacheCOSOutputStream. streamCacheprivate RandomAccessStreamCacheCOSStream. streamCacheMethods in org.apache.pdfbox.cos that return RandomAccessStreamCache Modifier and Type Method Description private RandomAccessStreamCacheCOSDocument. getStreamCache(RandomAccessStreamCache.StreamCacheCreateFunction streamCacheCreateFunction)private RandomAccessStreamCacheCOSStream. getStreamCache()Constructors in org.apache.pdfbox.cos with parameters of type RandomAccessStreamCache Constructor Description COSOutputStream(java.util.List<Filter> filters, COSDictionary parameters, java.io.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 RandomAccessStreamCache Modifier and Type Class Description classRandomAccessStreamCacheImplA default implementation of the interface RandomAccessStreamCache using a memory backed RandomAccessReadWriteBuffer.classScratchFileImplements 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 RandomAccessStreamCache Modifier and Type Method Description RandomAccessStreamCacheRandomAccessStreamCache.StreamCacheCreateFunction. create()Creates an instance of a RandomAccessStreamCache.
-