Class NullWriter

java.lang.Object
java.io.Writer
org.vast.swe.fast.NullWriter
All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable

public class NullWriter extends Writer

Null writer used to skip data, thus it doesn't actually write anything!

Since:
Feb 20, 2017