Node.js 的打包/解包函数

发布于 2024-10-31 17:43:23 字数 1539 浏览 1 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

穿透光 2024-11-07 17:43:23

https://github.com/pgriess/node-jspack 似乎是一个直接端口Python的struct API用于打包二进制数据,但它是用JS实现的。它似乎还没有为 npm 打包。

https://github.com/substack/node-binary提供了解包,也是用JS实现的,如果您安装了 npm,则可以使用 npm install binary 安装它。

https://github.com/pgriess/node-jspack appears to be a straight-up port of Python's struct API for packing binary data, but it's implemented in JS. It doesn't appear to be packaged for npm yet.

https://github.com/substack/node-binary provides unpacking, also implemented in JS, and you can install it with npm install binary if you have npm installed.

音栖息无 2024-11-07 17:43:23

jBinary 是该领域的另一个工具,似乎得到了积极维护(截至 2014 年末)。它包括各种知名格式的示例规范,例如 tar、ico 和 mp3。

jBinary is another tool in this space which seems to be actively maintained (as of late 2014). It includes sample specifications for a variety of well-known formats, e.g. tar, ico and mp3.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文