Class NoCloseOutputStream

  • All Implemented Interfaces:
    Closeable, Flushable, AutoCloseable

    public class NoCloseOutputStream
    extends OutputStream
    Simple output stream replacing close call by a simpe flush. Useful for output streams nesting streams (like jar output streams) and using a stream encoder.