Construct a NodeStreamSource using the given NodeJS readable stream object. Note that the encoding of the stream will not be changed by this object - in most cases, you will want to set the stream's encoding to "utf8" either when the stream was constructed or using a "setEncoding" method.
The NodeJS readable stream object which should be used as a basis for this iterator.
Implement ES6 iterator interface.
An ES6 iterator result object having "done" and "value" properties.
Generated using TypeDoc
This class implements a ParserSource interface for NodeJS readable streams.