Readable流例子下面有:
需要注意的一点是我们在将数据输出到process.stdout之前已经将内容推送进readable流rs中,但是所有的数据依然是可写的。
对应的英文原文是
Note here that we pushed content to the readable stream rs before piping to process.stdout, but the complete message was still written.
对于前半句,before piping to process stdout 我觉得翻译为在(rs readable流)接上process.stdout流之前。
对于后面那句complete message was still written是什么意思?我就中英文都看不懂了。望解释。
谢谢。
Readable流例子下面有:
对应的英文原文是
对于前半句,
before piping to process stdout我觉得翻译为在(rs readable流)接上process.stdout流之前。对于后面那句
complete message was still written是什么意思?我就中英文都看不懂了。望解释。谢谢。