Class NullWriter

java.lang.Object
java.io.Writer
org.codehaus.groovy.control.io.NullWriter
All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable

public class NullWriter extends Writer
A Writer that eats its input.
  • Field Details

    • DEFAULT

      public static final NullWriter DEFAULT
  • Constructor Details

    • NullWriter

      public NullWriter()
  • Method Details