Class FlushShieldFilterOutputStream
- java.lang.Object
-
- java.io.OutputStream
-
- java.io.FilterOutputStream
-
- org.apache.commons.compress.utils.FlushShieldFilterOutputStream
-
- All Implemented Interfaces:
java.io.Closeable,java.io.Flushable,java.lang.AutoCloseable
public class FlushShieldFilterOutputStream extends java.io.FilterOutputStream
Re-implementsFilterOutputStream.flush()to do nothing.
-
-
Constructor Summary
Constructors Constructor Description FlushShieldFilterOutputStream(java.io.OutputStream out)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidflush()
-
-
-
Constructor Detail
-
FlushShieldFilterOutputStream
public FlushShieldFilterOutputStream(java.io.OutputStream out)
-
-
Method Detail
-
flush
public void flush() throws java.io.IOException
- Specified by:
flushin interfacejava.io.Flushable- Overrides:
flushin classjava.io.FilterOutputStream- Throws:
java.io.IOException
-
-