com.lowagie.text.rtf.document.output
public interface RtfDataCache
Version: $Id: RtfDataCache.java 3373 2008-05-12 16:21:24Z xlv $
Field Summary | |
---|---|
static int | CACHE_DISK
Constant for caching to the disk. |
static int | CACHE_MEMORY
Constant for caching into memory. |
static int | CACHE_MEMORY_EFFICIENT
Constant for caching efficiently into memory. |
Method Summary | |
---|---|
OutputStream | getOutputStream()
Get the OutputStream that the RtfDocument can write to.
|
void | writeTo(OutputStream target)
Write the content of the cache into the OutputStream.
|
Returns: The OutputStream the RtfDocument can use.
Parameters: target The OutputStream to write the content into.
Throws: IOException If an error occurs reading/writing.