com.lowagie.text.rtf.document.output
public class RtfDiskCache extends Object implements RtfDataCache
Version: $Revision: 1555 $
Field Summary | |
---|---|
BufferedOutputStream | data
The BufferedOutputStream that stores the cache data. |
File | tempFile
The temporary file to store the data in. |
Constructor Summary | |
---|---|
RtfDiskCache()
Constructs a RtfFileCache. |
Method Summary | |
---|---|
OutputStream | getOutputStream()
Gets the BufferedOutputStream to write to. |
void | writeTo(OutputStream target)
Writes the content of the temporary file into the OutputStream. |
Throws: IOException If the temporary file could not be created.