Package org.apache.flink.runtime.util
Class NonClosingOutputStreamDecorator
java.lang.Object
java.io.OutputStream
org.apache.flink.runtime.util.ForwardingOutputStream
org.apache.flink.runtime.util.NonClosingOutputStreamDecorator
- All Implemented Interfaces:
Closeable,Flushable,AutoCloseable
Decorator for input streams that ignores calls to
OutputStream.close().-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.flink.runtime.util.ForwardingOutputStream
flush, write, write, writeMethods inherited from class java.io.OutputStream
nullOutputStream
-
Constructor Details
-
NonClosingOutputStreamDecorator
-
-
Method Details
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classForwardingOutputStream- Throws:
IOException
-