在adobe air中解压本地文件
有谁知道一个好的库可以使用actionscript 3在adobe AIR中解压缩本地文件?
我有:
一个名为 somefile.zip 的本地文件
我需要:
为某些外部库提供一个我想要保存文件的解压缩版本的路径。 它必须能够处理文件而不是将其全部加载到内存中。
我找到了 FZip 库 - 但它将所有存档数据加载到内存中。 并且还找到了nochump库,但是没有这样的参数来选择我想要解压文件的位置。
感谢您的帮助。
Does anyone know a good library to unzip local files in adobe AIR for with actionscript 3?
I have:
A local file named somefile.zip
I need:
To give some external library a path where I want to save the unzipped version of file.
It must be able to process the file and not load it all into the memory.
I found the FZip library - but it loads all archived data into the memory.
And also found the nochump library, but there is no such parameter to choose where I want to unzip the file.
Thanx for your help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试一下来自 côdeazur brasil 实验室的 Claus Wahlers 的 FZip。
“FZip 是一个 Actionscript 3 类库,用于加载、修改和创建标准 ZIP 存档。”
http://codeazur.com.br/lab/fzip/
Try FZip by Claus Wahlers from côdeazur brasil lab.
"FZip is an Actionscript 3 class library to load, modify and create standard ZIP archives."
http://codeazur.com.br/lab/fzip/