fop 0.90alpha1

Uses of Interface
org.apache.fop.pdf.StreamCache

Packages that use StreamCache
org.apache.fop.pdf Classes for handling the low-level creation of PDF documents. These classes were developed for FOP, but could be used by other applications wishing to produce PDF. 
 

Uses of StreamCache in org.apache.fop.pdf
 

Classes in org.apache.fop.pdf that implement StreamCache
 class InMemoryStreamCache
          StreamCache implementation that uses temporary files rather than heap.
 class TempFileStreamCache
          StreamCache implementation that uses temporary files rather than heap.
 

Fields in org.apache.fop.pdf declared as StreamCache
protected  StreamCache PDFStream.data
          The stream of PDF commands
 

Methods in org.apache.fop.pdf that return StreamCache
protected  StreamCache AbstractPDFStream.encodeStream()
          Encodes the raw data stream for output to a PDF file.
 StreamCache StreamCacheFactory.createStreamCache()
          Get the correct implementation (based on cacheToFile) of StreamCache.
 StreamCache StreamCacheFactory.createStreamCache(int hintSize)
          Get the correct implementation (based on cacheToFile) of StreamCache.
 

Methods in org.apache.fop.pdf with parameters of type StreamCache
protected  int AbstractPDFStream.outputStreamData(StreamCache encodedStream, java.io.OutputStream out)
          Output just the stream data enclosed by stream/endstream markers
 


fop 0.90alpha1

Copyright 1999-2005 The Apache Software Foundation. All Rights Reserved.