Class NullWriter
java.lang.Object
java.io.Writer
com.opensymphony.module.sitemesh.filter.NullWriter
- All Implemented Interfaces:
Closeable,Flushable,Appendable,AutoCloseable
Just to keep super constructor for PrintWriter happy - it's never actually used.
-
Constructor Details
-
NullWriter
public NullWriter()
-
-
Method Details
-
write
- Specified by:
writein classWriter- Throws:
IOException
-
flush
- Specified by:
flushin interfaceFlushable- Specified by:
flushin classWriter- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Specified by:
closein classWriter- Throws:
IOException
-