Flex AIR 解压

发布于 2024-07-14 22:22:19 字数 138 浏览 6 评论 0原文

我是 Flex AIR 的新手。 我正在尝试创建一个应用程序来解压缩 zip 文件的内容& 将它们放在特定目录中。

我怎样才能实现这个目标? 有没有可以用于flex的解压库? 请帮助我。

提前致谢。

I am a newbie to Flex AIR. I am trying to create an application that will unzip the contents of a zip file & place them in a particular directory.

How can I achieve this? Is there any unzip library available for flex? Pls help me.

Thanks in advance.

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

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

发布评论

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

评论(2

北城半夏 2024-07-21 22:22:19

我怎样才能实现这个目标?

阅读 ZIP 规范。 实施它很容易。

是否有适用于 Flex 的解压库?

谷歌又倒闭了吗? 第一个链接将我带到这里

How can I achieve this?

Read the ZIP specification. Implementing it is easy.

Is there any unzip library available for flex?

Is Google down again? The first link takes me here.

将军与妓 2024-07-21 22:22:19

对于 AIR 项目,我使用了来自 coltware 的 Airxzip(谷歌搜索)。 它能够从存档中提取单个文件,而不是将整个存档加载到内存中。

For AIR projects I used airxzip from coltware (google it). It has the capability to extract single file from archive, not loading it entire archive into memory.

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