cache-stream:缓存Node.js流2 API的流

时间:2024-06-04 14:58:01
【文件属性】:

文件名称:cache-stream:缓存Node.js流2 API的流

文件大小:4KB

文件格式:ZIP

更新时间:2024-06-04 14:58:01

JavaScript

缓存流 实现Node.js v0.10 +的Stream2接口的简单流模块 安装: $ npm i cache-stream var cacheStream = require ( 'cache-stream' ) , cache = cacheStream ( ) ; fs . createReadStream ( path . join ( __dirname , './my-file.txt' ) ) . pipe ( cache ) ; 在这里,您可以执行任何喜欢的流式处理: var through = new require ( 'stream' ) . Passthrough ; cache . pipe ( through ) ; through . on ( 'finish' , function ( ) { cache . pip


【文件预览】:
cache-stream-master
----index.js(3KB)
----package.json(383B)
----readme.md(510B)
----test()
--------test.js(818B)
--------data.txt(3KB)
----.gitignore(13B)
----.jshintrc(74B)

网友评论