? NullPrintStream

????????:
Closeable, Flushable, Appendable, AutoCloseable

public class NullPrintStream extends PrintStream
Writes all data to the famous /dev/null.

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

???????:
2.7