public class NullOutputStream extends OutputStream
| Constructor and Description |
|---|
NullOutputStream() |
| Modifier and Type | Method and Description |
|---|---|
void |
write(byte[] b)
Write to dev null.
|
void |
write(byte[] b,
int off,
int len)
Write to dev null.
|
void |
write(int b)
Write to dev null.
|
close, flushpublic void write(int b)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] b,
int off,
int len)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] b)
throws IOException
write in class OutputStreamIOExceptionCopyright © 2015. All Rights Reserved.