stream.Transform类最初继承自stream.Duplex,并且实现了它自己版本的writable._write()和readable._read()方法。 一般地,变换流必须实现transform.
確定! 回上一頁