? NullOutputStream

java.lang.Object
java.io.OutputStream
org.apache.commons.io.output.NullOutputStream
????????:
Closeable, Flushable, AutoCloseable

public class NullOutputStream extends OutputStream
Writes all data to the famous /dev/null.

This output stream has no destination (file/socket etc.) and all bytes written to it are ignored and lost.