Class UnclosableWriter

java.lang.Object
java.io.Writer
org.apache.taglibs.standard.util.UnclosableWriter
All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable

public class UnclosableWriter extends Writer
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...)