public class NullOutputStream extends OutputStream
OutputStream that eats all output.| Constructor and Description |
|---|
NullOutputStream()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
close, flush, writepublic void write(int b)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] b,
int off,
int len)
throws IOException
write in class OutputStreamIOExceptionCopyright © 2010 - 2020 Adobe. All Rights Reserved