Package org.codehaus.groovy.control.io
Class NullWriter
java.lang.Object
java.io.Writer
org.codehaus.groovy.control.io.NullWriter
- All Implemented Interfaces:
Closeable
,Flushable
,Appendable
,AutoCloseable
A Writer that eats its input.
-
Field Details
-
DEFAULT
-
-
Constructor Details
-
NullWriter
public NullWriter()
-
-
Method Details
-
close
public void close() -
flush
public void flush() -
write
public void write(char[] cbuf, int off, int len)
-