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- 
NullWriterpublic NullWriter()
 
- 
- 
Method Details- 
closepublic void close()
- 
flushpublic void flush()
- 
writepublic void write(char[] cbuf, int off, int len) 
 
-