| java.lang.Object java.io.OutputStream com.lowagie.text.rtf.document.output.RtfNilOutputStream
RtfNilOutputStream | final public class RtfNilOutputStream extends OutputStream (Code) | | The RtfNilOutputStream is a dummy output stream that sends all
bytes to the big byte bucket in the sky. It is used to improve
speed in those situations where processing is required, but
the results are not needed.
version: $Id: RtfNilOutputStream.java 2776 2007-05-23 20:01:40Z hallm $ author: Thomas Bickel (tmb99@inode.at) author: Mark Hall (mhall@edu.uni-klu.ac.at) |
Method Summary | |
public long | getSize() | public void | write(int b) | public void | write(byte[] b, int off, int len) |
RtfNilOutputStream | public RtfNilOutputStream()(Code) | | |
getSize | public long getSize()(Code) | | |
write | public void write(int b)(Code) | | |
write | public void write(byte[] b, int off, int len)(Code) | | |
|
|