com.lowagie.text.rtf.document.output
public class RtfEfficientMemoryCache extends Object implements RtfDataCache
Version: $Id: RtfEfficientMemoryCache.java 3255 2008-04-14 18:33:30Z xlv $
| 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. |