Flex AIR 解压
我是 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
阅读 ZIP 规范。 实施它很容易。
谷歌又倒闭了吗? 第一个链接将我带到这里。
Read the ZIP specification. Implementing it is easy.
Is Google down again? The first link takes me here.
对于 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.