This 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.
@author Jeremias Maerki
@version $Id: NullOutputStream.java 155419 2005-02-26 13:02:41Z dirkv $
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.