类:stream.Duplex


¥Class: stream.Duplex

双工流是同时实现 ReadableWritable 接口的流。

¥Duplex streams are streams that implement both the Readable and Writable interfaces.

Duplex 流的示例包括:

¥Examples of Duplex streams include: