Class ForwardingInputStream

java.lang.Object
java.io.InputStream
org.apache.flink.runtime.util.ForwardingInputStream
All Implemented Interfaces:
Closeable, AutoCloseable
Direct Known Subclasses:
NonClosingInputStreamDecorator

@Internal public class ForwardingInputStream extends InputStream
Input stream, that wraps another input stream and forwards all method calls to the wrapped stream.