sdnv-stream:将流数据编码为 SDNV

时间:2024-06-21 04:15:35
【文件属性】:

文件名称:sdnv-stream:将流数据编码为 SDNV

文件大小:4KB

文件格式:ZIP

更新时间:2024-06-21 04:15:35

JavaScript

sdnv流 将流数据编码为 。 安装 $ npm install sdnv-stream 用法 var sdnv = require ( 'sdnv-stream' ) ; // I'm using "through2" to setup the piping var through = require ( 'through2' ) ; var stream = through ( ) ; var encode = sdnv ( ) ; // Set an encoding which allows the output to be displayed encode . setEncoding ( 'hex' ) ; stream . pipe ( encode ) . pipe ( process . stdout ) ; stream . write ( new Buffer (


【文件预览】:
sdnv-stream-master
----.gitignore(587B)
----package.json(758B)
----.travis.yml(46B)
----LICENSE(1KB)
----index.js(35B)
----README.md(856B)
----lib()
--------index.js(1KB)
----test()
--------index.js(1KB)

网友评论