Class 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...)