Returns a new {@code Writer} which discards all characters. The returned stream is initially open. The stream is closed by calling the {@code close()} method. Subsequent calls to {@code close()} have no effect.
Helper for Writer to create a null writer.