Output stream that ignores everything written to it.Use this stream if you want to disable output without having a lot of conditionals in your code.
Since the null stream has no state, there is no point in instantiating your own; simply use this reference instead.