Uses of Interface
org.apache.fop.pdf.StreamCache
Packages that use StreamCache
Package
Description
Classes for handling the low-level creation of PDF documents.
-
Uses of StreamCache in org.apache.fop.pdf
Classes in org.apache.fop.pdf that implement StreamCacheModifier and TypeClassDescriptionclassStreamCache implementation that uses temporary files rather than heap.classStreamCache implementation that uses temporary files rather than heap.Fields in org.apache.fop.pdf declared as StreamCacheMethods in org.apache.fop.pdf that return StreamCacheModifier and TypeMethodDescriptionStreamCacheFactory.createStreamCache()Get the correct implementation (based on cacheToFile) of StreamCache.StreamCacheFactory.createStreamCache(int hintSize) Get the correct implementation (based on cacheToFile) of StreamCache.protected StreamCacheAbstractPDFStream.encodeStream()Encodes the raw data stream for output to a PDF file.Methods in org.apache.fop.pdf with parameters of type StreamCacheModifier and TypeMethodDescriptionprotected intAbstractPDFStream.outputStreamData(StreamCache encodedStream, OutputStream out) Output just the stream data enclosed by stream/endstream markers