com.lowagie.text.rtf.document.output
public class RtfMemoryCache extends Object implements RtfDataCache
Version: $Id: RtfMemoryCache.java 3373 2008-05-12 16:21:24Z xlv $
| Field Summary | |
|---|---|
| ByteArrayOutputStream | data
The buffer for the rtf document data. |
| Constructor Summary | |
|---|---|
| RtfMemoryCache()
Constructs a RtfMemoryCache. | |
| Method Summary | |
|---|---|
| OutputStream | getOutputStream()
Gets the ByteArrayOutputStream. |
| void | writeTo(OutputStream target)
Writes the content of the ByteArrayOutputStream into the OutputStream. |