com.lowagie.text.rtf.document.output
public final class RtfNilOutputStream extends OutputStream
Version: $Id: RtfNilOutputStream.java 3361 2008-05-11 12:28:57Z hallm $
Field Summary | |
---|---|
long | size
The number of bytes theoretically written is stored. |
Constructor Summary | |
---|---|
RtfNilOutputStream()
Constructs a new RtfNilOutputStream . |
Method Summary | |
---|---|
long | getSize()
Gets the number of bytes that were written.
|
void | write(int b)
Write an int. |
void | write(byte[] b, int off, int len)
Write a byte[] . |
RtfNilOutputStream
.Returns: The number of bytes that were written.
byte[]
. The size is incremented, but the actual data is thrown away.