Package generic.io

Class NullWriter

java.lang.Object
java.io.Writer
generic.io.NullWriter
All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable

public class NullWriter extends Writer
An implementation of Writer to use when you wish to not use any writing, but to also avoid null checks.