com.lowagie.text.rtf.document.output
public class RtfMemoryCache extends Object implements RtfDataCache
Version: $Revision: 1.1 $
| 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. |