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
@since Apache Tika 0.4, copied from Commons IO 1.4
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.