如何在 MacOS X Obj-C 中解压缩文件?

发布于 2024-08-28 18:33:22 字数 47 浏览 5 评论 0原文

如何在 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 技术交流群。

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

发布评论

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

评论(2

云胡 2024-09-04 18:33:22

您可能会在 CocoaDevtheunarchiver。 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.

风筝有风,海豚有海 2024-09-04 18:33:22

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

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