类:stream.Transform
【Class: stream.Transform】
转换流是 Duplex 流,其中输出在某种程度上与输入相关。像所有 Duplex 流一样,Transform 流实现了 Readable 和 Writable 接口。
【Transform streams are Duplex streams where the output is in some way
related to the input. Like all Duplex streams, Transform streams
implement both the Readable and Writable interfaces.】
Transform 流的示例包括:
【Examples of Transform streams include:】