Save This Page
Home » iText-src-2.1.3 » com.lowagie » text » rtf » document » output » [javadoc | source]
com.lowagie.text.rtf.document.output
public class: RtfMemoryCache [javadoc | source]
java.lang.Object
   com.lowagie.text.rtf.document.output.RtfMemoryCache

All Implemented Interfaces:
    RtfDataCache

The RtfMemoryCache is an RtfDataCache that keeps the whole rtf document data in memory. Fast but memory intensive.
Constructor:
 public RtfMemoryCache() 
Method from com.lowagie.text.rtf.document.output.RtfMemoryCache Summary:
getOutputStream,   writeTo
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.lowagie.text.rtf.document.output.RtfMemoryCache Detail:
 public OutputStream getOutputStream() 
    Gets the ByteArrayOutputStream.
 public  void writeTo(OutputStream target) throws IOException 
    Writes the content of the ByteArrayOutputStream into the OutputStream.