com.lowagie.text.rtf.document.output |
|
Java Source File Name | Type | Comment |
RtfByteArrayBuffer.java | Class | A RtfByteArrayBuffer works much like
ByteArrayOutputStream but is cheaper and faster in most cases
(exception: large writes when reusing buffers). |
RtfDataCache.java | Interface | The RtfDataCache interface must be implemented by classes wishing to
act as caches for the rtf document data. |
RtfDiskCache.java | Class | The RtfFileCache is a RtfDataCache that uses a temporary file
to store the rtf document data. |
RtfEfficientMemoryCache.java | Class | The RtfEfficientMemoryCache is an RtfDataCache that keeps the whole rtf document
data in memory. |
RtfMemoryCache.java | Class | The RtfMemoryCache is an RtfDataCache that keeps the whole rtf document
data in memory. |
RtfNilOutputStream.java | Class | The RtfNilOutputStream is a dummy output stream that sends all
bytes to the big byte bucket in the sky. |