Class NullWriter

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

public final class NullWriter extends Writer
A Writer that simply drops what it gets.
Since:
2.3.20