iOS iPhone 解压缩跨区(多卷).7z 或 .zip 档案
我需要在我的应用程序的 Documents 目录中提取跨区(多卷).7z 或 .zip 存档。我尝试使用 SSZipArchive (mini zip) 和 lzmaSDK 这两个库,但没有成功。这两个库能完成这项工作吗?否则,还有其他库可以这样做吗?
谢谢!
I need to extract spanned (multi-volume) .7z or .zip archives in the Documents directory within my app. I tried with both libraries SSZipArchive (mini zip) and lzmaSDK but with no luck. Do these two libraries do the job? Otherwise, are there any other libraries to do so?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在我只使用 ZLib 之前,我没有使用过 SSZipArchave。如果你的图书馆不起作用,你可以尝试一下
我推荐 Zlib,我在我的项目中使用了它,它效果很好,这是一个入门教程 教程
I haven't used SSZipArchave before i only used ZLib. you can try it if your librarie don't work
I recomend Zlib i used it in my projects and it works great here is a tutorial to get started tutorial