在adobe air中解压本地文件

发布于 2024-12-09 04:02:08 字数 299 浏览 0 评论 0原文

有谁知道一个好的库可以使用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 技术交流群。

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

发布评论

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

评论(1

冰之心 2024-12-16 04:02:08

尝试一下来自 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/

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