流的类型


Node.js 中有四种基本的流类型:

此外,此模块还包括实用函数 stream.pipeline()、stream.finished()、和 stream.Readable.from()。

There are four fundamental stream types within Node.js:

Additionally, this module includes the utility functions stream.pipeline(), stream.finished() and stream.Readable.from().