Class NullWriter

java.lang.Object
java.io.Writer
net.loomchild.segment.util.NullWriter
All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable

public class NullWriter extends Writer
Writer that does not write anywhere. Idea is similar to /dev/null.