public static class IOUtils.NullOutputStream extends OutputStream
| Constructor and Description |
|---|
NullOutputStream() |
| Modifier and Type | Method and Description |
|---|---|
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
close, flush, writepublic NullOutputStream()
public void write(byte[] b, int off, int len) throws IOException
write in class OutputStreamIOExceptionpublic void write(int b) throws IOException
write in class OutputStreamIOExceptionCopyright © 2017 Apache Software Foundation. All Rights Reserved.