Save This Page
Home » iText-src-2.1.3 » com.lowagie » text » rtf » document » output » [javadoc | source]
com.lowagie.text.rtf.document.output
public interface: RtfDataCache [javadoc | source]

All Known Implementing Classes:
    RtfEfficientMemoryCache, RtfMemoryCache, RtfDiskCache

The RtfDataCache interface must be implemented by classes wishing to act as caches for the rtf document data.
Field Summary
public static final  int CACHE_MEMORY_EFFICIENT    Constant for caching efficiently into memory. 
public static final  int CACHE_MEMORY    Constant for caching into memory. 
public static final  int CACHE_DISK    Constant for caching to the disk. 
Method from com.lowagie.text.rtf.document.output.RtfDataCache Summary:
getOutputStream,   writeTo
Method from com.lowagie.text.rtf.document.output.RtfDataCache Detail:
 public OutputStream getOutputStream()
    Get the OutputStream that the RtfDocument can write to.
 public  void writeTo(OutputStream target) throws IOException
    Write the content of the cache into the OutputStream.