com.lowagie.text.rtf.document.output
public class RtfMemoryCache extends Object implements RtfDataCache
Version: $Id: RtfMemoryCache.java 2776 2007-05-23 20:01:40Z hallm $
| 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. |