Class FlushShieldFilterOutputStream

java.lang.Object
java.io.OutputStream
java.io.FilterOutputStream
org.apache.commons.compress.utils.FlushShieldFilterOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

Re-implements FilterOutputStream.flush() to do nothing.
  • Constructor Details

    • FlushShieldFilterOutputStream

      Creates a FlushShieldFilterOutputStream filter built on top of the specified underlying output stream.
      Parameters:
      out - the underlying output stream to be assigned to the field this.out for later use, or null if this instance is to be created without an underlying stream.
  • Method Details