最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

bzip2 - bz2 in javascript - Stack Overflow

programmeradmin2浏览0评论

Are there any javascript libraries that can take a byte array and bz2 depress it into another byte array? I know that many browsers have this capability for an entire stream, but this array is at an offset from the start of the stream.

Are there any javascript libraries that can take a byte array and bz2 depress it into another byte array? I know that many browsers have this capability for an entire stream, but this array is at an offset from the start of the stream.

Share Improve this question asked Feb 24, 2012 at 16:42 graphicsMangraphicsMan 4024 silver badges8 bronze badges 1
  • Are you doing this in a browser? Or using node.js? – Kekoa Commented Feb 24, 2012 at 17:02
Add a ment  | 

1 Answer 1

Reset to default 5

Yes. Here's ont for byte array: https://github./antimatter15/bzip2.js And for binary strings: https://github./kirilloid/bzip2-js

发布评论

评论列表(0)

  1. 暂无评论