文件名称:torrent-piece:洪流片抽象
文件大小:5KB
文件格式:ZIP
更新时间:2024-05-22 03:37:50
nodejs javascript torrent browser bittorrent
激流片 洪流片抽象 也可以在带有的浏览器中使用! 和使用此模块。 安装 npm install torrent-piece 用法 const Piece = require ( 'torrent-piece' ) Piece . BLOCK_LENGTH // 16384 const pieceLength = Piece . BLOCK_LENGTH * 5 const piece = new Piece ( pieceLength ) piece . missing // 81920 piece . reserve ( ) // 0 piece . set ( 0 , someBuffer0 ) piece . reserve ( ) // 1 piece . reserve ( ) // 2 piece . reserve ( ) // 3 piece . set ( 1 , so
【文件预览】:
torrent-piece-master
----.github()
--------workflows()
----.npmignore(27B)
----.airtap.yml(264B)
----LICENSE(1KB)
----test()
--------basic.js(4KB)
----README.md(2KB)
----index.js(3KB)
----package.json(1KB)