new CombinedReadable(sources, opts)
Combines an array of readable streams and exposes them as a single
readable stream. Order is preserved.
Parameters:
Name | Type | Argument | Description |
---|---|---|---|
sources |
Array.<stream.Readable> | Readable streams to combine | |
opts |
Object |
<optional> |
Stream options |
- Source:
Methods
-
_nextSource()
-
Use the next source and pass its data to the consumer. If all sources are ended, finish the stream.
- Source: