有没有一种方法可以在不使用 ByteArray.inflate() 的情况下解压缩 zip 数据
有没有一种方法可以在不使用 inflate() 的情况下解压缩压缩数据?
先感谢您!
Is there a way to uncompress ziped data without inflate()?
thank you in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我知道这条路很难走。
您可以使用 Alchemy 来实现此目的。 Alchemy 是一个用于将 C/C++ 代码移植到闪存中的免费工具。在 Alchemy sdk 示例中,已经有 gzip 和 libpng。因此,您可以使用 gzip 来解压缩压缩数据。
I know the hard way.
You can use Alchemy for that. Alchemy is a free tool for porting C/C++ code into flash. In Alchemy sdk examples there already are ported versions of gzip and libpng. So you can use gzip to uncompress your zipped data.