public class NullOutputStream extends OutputStream
| Constructor and Description |
|---|
NullOutputStream() |
public void close()
close in interface Closeableclose in interface AutoCloseableclose in class OutputStreampublic void flush()
flush in interface Flushableflush in class OutputStreampublic void write(int b)
write in class OutputStreampublic void write(byte[] b)
write in class OutputStreampublic void write(byte[] b,
int off,
int len)
write in class OutputStreamLicenced under the Apache License, Version 2.0