| BinInputReaderPipe<T> |
A source pipe reading items from a given binary input (file or input stream).
|
| CollectionReaderPipe<T> |
A pipe based on a given collection of items.
|
| EmptyPipe<T> |
A source pipe with no data in it.
|
| ErrorPipe<T> |
A source pipe with no data in it, which only produces a predefined PipeException.
|
| InputStreamPipe<T> |
A base class for source pipes based on some input stream.
|
| IteratorReaderPipe<T> |
A pipe based on an iterator.
|
| JdbcQueryResultsPipe<T> |
A source pipe reading rows from a DB query result set, and converting them to some entity type
|
| MultiFileReaderPipe<T> |
A source pipe reading multiple local binary files.
|
| MultiTxtFileReaderPipe |
Reads data from multiple files in local disk under some folder, as if they were concatenated using some predefined order.
|
| QueueReaderPipe<T> |
|
| ReaderPipe |
A source pipe that reads lines from a given reader.
|
| SeqGenPipe<T> |
A pipe based on a given sequence generator function.
|
| StorageMultiFileReaderPipe<T,B> |
A source pipe reading multiple remote binary files from the cloud.
|
| StorageMultiTxtFileReaderPipe<B> |
Reads data from multiple files in cloud storage under some folder, as if they were concatenated using some predefined order.
|
| StorageTxtFileFetcherReaderPipe |
A source pipe providing the lines of a text file from cloud storage.
|
| StorageTxtFileReaderPipe |
A source pipe providing the lines of a text file in some Storage, in a streaming manner.
|
| TxtFileReaderPipe |
A source pipe reading lines from a given local text file or input stream
containing text content.
|
| URLTxtReaderPipe |
A source pipe providing the lines of a text resource defined by a URL.
|