public final class RtfNilOutputStream extends OutputStream
| Constructor and Description |
|---|
RtfNilOutputStream()
Constructs a new
RtfNilOutputStream. |
| Modifier and Type | Method and Description |
|---|---|
long |
getSize()
Gets the number of bytes that were written.
|
void |
write(byte[] b,
int off,
int len)
Write a
byte[]. |
void |
write(int b)
Write an int.
|
close, flush, writepublic RtfNilOutputStream()
RtfNilOutputStream.public long getSize()
public void write(int b)
write in class OutputStreampublic void write(byte[] b,
int off,
int len)
byte[]. The size is incremented, but the actual data is thrown away.write in class OutputStreamCopyright © 2015. All rights reserved.