Flex AIR unzip

别说谁变了你拦得住时间么 提交于 2019-12-11 12:13:49

问题


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.


回答1:


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.




回答2:


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.



来源:https://stackoverflow.com/questions/665292/flex-air-unzip

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!