Package org.apache.taglibs.standard.util
Class UnclosableWriter
java.lang.Object
java.io.Writer
org.apache.taglibs.standard.util.UnclosableWriter
- All Implemented Interfaces:
Closeable,Flushable,Appendable,AutoCloseable
A Writer based on a wrapped Writer but ignoring requests to
close() and flush() it. (Someone must have wrapped the
toilet in my office similarly...)
-
Constructor Details
-
UnclosableWriter
-
-
Method Details
-
close
public void close() -
flush
public void flush() -
write
- Specified by:
writein classWriter- Throws:
IOException
-