Class ForwardingOutputStream

java.lang.Object
java.io.OutputStream
org.apache.flink.runtime.util.ForwardingOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable
Direct Known Subclasses:
NonClosingOutputStreamDecorator

@Internal public class ForwardingOutputStream extends OutputStream
OutputStream, that wraps another OutputStream and forwards all method calls to the wrapped stream.