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
public class NullWriter extends Writer
An Writer than eats its input.
-
Field Summary
Fields Modifier and Type Field Description static NullWriter
DEFAULT
-
Constructor Summary
Constructors Constructor Description NullWriter()
-
Method Summary
-
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)
-