Class NullWriter
java.lang.Object
java.io.Writer
org.apache.tiles.autotag.core.runtime.util.NullWriter
- All Implemented Interfaces:
Closeable
,Flushable
,Appendable
,AutoCloseable
A writer that does not write anything.
-
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)
-