public class NullOutputStream extends OutputStream
| Constructor and Description |
|---|
NullOutputStream() |
public void write(int b)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] data,
int offset,
int length)
throws IOException
write in class OutputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class OutputStreamIOExceptionCopyright © 2014. All rights reserved.