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