com.lowagie.text.rtf.document.output
public class RtfEfficientMemoryCache extends Object implements RtfDataCache
Version: $Id: RtfEfficientMemoryCache.java 2776 2007-05-23 20:01:40Z hallm $
Field Summary | |
---|---|
RtfByteArrayBuffer | bab
The buffer for the rtf document data. |
Constructor Summary | |
---|---|
RtfEfficientMemoryCache()
Constructs a RtfMemoryCache. |
Method Summary | |
---|---|
OutputStream | getOutputStream()
Gets the OutputStream. |
void | writeTo(OutputStream target)
Writes the content of the buffer into the OutputStream. |