Class StreamFormatAdapter.Reader<T>

java.lang.Object
org.apache.flink.connector.file.src.impl.StreamFormatAdapter.Reader<T>
All Implemented Interfaces:
Closeable, AutoCloseable, BulkFormat.Reader<T>
Enclosing class:
StreamFormatAdapter<T>

public static final class StreamFormatAdapter.Reader<T> extends Object implements BulkFormat.Reader<T>
The reader adapter, from StreamFormat.Reader to BulkFormat.Reader.