Rhodes 框架允许我处理档案吗?
是否可以使用 Rhodes 框架解压缩档案?支持哪些类型的档案?
Is it possible to uncompress archives using the Rhodes framework? What kind of archives are supported?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
由于它基于 ruby,我认为您可以将 ruby 包装器用于 libarchive 或 ZLib (deflate-算法的实现,gzip 格式)。如果您想使用纯 ruby 库,请尝试 Zliby,它是 Zlib 的替代品。
libarchive 支持以下存档类型(来源 http://code.google.com/p/libarchive /wiki/LibarchiveFormats)
As it's based on ruby, I think you can use the ruby wrapper for libarchive or ZLib (Implementation of deflate-algorithm, gzip format). If you want to use a pure ruby library, try Zliby which is a replacement for Zlib.
libarchive supports the following archive types (Source http://code.google.com/p/libarchive/wiki/LibarchiveFormats)