Class ManifestReader<F extends ContentFile<F>>

java.lang.Object
org.apache.iceberg.io.CloseableGroup
org.apache.iceberg.ManifestReader<F>
Type Parameters:
F - The Java class of files returned by this reader.
All Implemented Interfaces:
Closeable, AutoCloseable, Iterable<F>, CloseableIterable<F>

public class ManifestReader<F extends ContentFile<F>> extends CloseableGroup implements CloseableIterable<F>
Base reader for data and delete manifest files.