bz2:用于 JavaScript 的 bzip2

时间:2024-06-19 22:15:28
【文件属性】:

文件名称:bz2:用于 JavaScript 的 bzip2

文件大小:4.63MB

文件格式:ZIP

更新时间:2024-06-19 22:15:28

javascript compression bzip2 JavaScript

bz2 用于 JavaScript 的 bzip2 库 import { decompress } from 'bz2' ; const output = decompress ( input ) ; 可从 npm 注册表作为bz2和从 GitHub 注册表作为@sheetjs/bz2 。 试用。 应用程序接口 decompress(data, test) data : Uint8Array - 要解压缩的数据。 test : boolean - 验证压缩数据的完整性。 默认值: false 。 返回: Uint8Array 解压data 。


【文件预览】:
bz2-master
----.gitignore(31B)
----bz2.js(959B)
----README.md(483B)
----tests()
--------rle_basic.out(15B)
--------a.bz2(37B)
--------a.out(1B)
--------slither.bz2(1.92MB)
--------words.bz2(404KB)
--------words.out(1.13MB)
--------slither.out(6.54MB)
--------rle_basic.bz2(42B)
--------hello.out(12B)
--------hello.bz2(52B)
----LICENSE(1KB)
----package.json(552B)
----index.js(12KB)
----test.js(653B)
----.npmignore(24B)
----index.html(2KB)

网友评论