join:转换连接流数据的流

时间:2024-06-03 01:21:04
【文件属性】:

文件名称:join:转换连接流数据的流

文件大小:16KB

文件格式:ZIP

更新时间:2024-06-03 01:21:04

JavaScript

加入 创建连接流数据的。 安装 $ npm install flow-join 用法 var stream = require ( 'flow-join' ) ; 流([选项]) 创建连接流数据的。 var tStream = stream ( ) ; tStream . pipe ( process . stdout ) ; tStream . write ( '1' ) ; // => 1 tStream . write ( '2' ) ; // => \n2 tStream . write ( '3' ) ; // => \n3 tStream . end ( ) ; 该函数接受以下options : sep :用于连接流数据的分隔符。 默认值: '\n' 。 objectMode : boolean ,它指定是否应在对象模式下运行。 默认值: false 。 enco


【文件预览】:
join-master
----.gitignore(1KB)
----README.md(5KB)
----test()
--------test.validate.js(3KB)
--------test.factory.js(1KB)
--------test.objectMode.js(1KB)
--------test.stream.js(4KB)
--------test.js(614B)
----examples()
--------index.js(479B)
----LICENSE(1KB)
----.gitattributes(12B)
----.jshintrc(1KB)
----package.json(2KB)
----.jshintignore(118B)
----TODO.md(11B)
----.npmignore(498B)
----.travis.yml(143B)
----.editorconfig(169B)
----Makefile(2KB)
----lib()
--------defaults.json(135B)
--------objectMode.js(1KB)
--------stream.js(4KB)
--------factory.js(1KB)
--------index.js(183B)
--------validate.js(3KB)

网友评论