Class MultiFileReaderPipe<T>

  • Type Parameters:
    T - The output item data type
    All Implemented Interfaces:
    Closeable, AutoCloseable, BasePipe, Pipe<T>

    public class MultiFileReaderPipe<T>
    extends CompoundPipe<T>
    A source pipe reading multiple local binary files. Supports file filtering and ordering, as well as automatic sharding of the data.
    Author:
    Eyal Schneider