如何在 MacOS X Obj-C 中解压缩文件?
如何在 MacOS X Obj-C 中解压缩文件?我需要什么框架以及调用是什么?
How can I unzip a file in MacOS X Obj-C? What frameworks do I need and what is the call?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可能会在 CocoaDev 或 theunarchiver。 theunarchiver 是一个很好的实用程序,可以处理许多存档格式,并且由于它是开源的,因此您可以使用它们的一些代码来完成您想要的操作,尽管它是 LGPL,它可能与您正在做的事情兼容也可能不兼容。
You might find something helpful here at CocoaDev or with theunarchiver. theunarchiver is a nice utility that handles many archive formats and since it's open-source, you may be able to use some of their code to do what you want, though it's LGPL, which may or may not be compatible with what you're doing.
libz.1.2.3.dylib 是您应该添加到项目中的框架。
并使用类:
http://code.google.com/p/ziparchive/downloads/list
libz.1.2.3.dylib is the framework you should add to your project.
And use the the classes:
http://code.google.com/p/ziparchive/downloads/list