如何在ios中解压/提取7z压缩文件

发布于 2024-11-18 10:45:20 字数 95 浏览 2 评论 0原文

我需要在 ios 中解压缩/解压 7z 压缩文件,谁能告诉我用于执行此操作的库,这些库在哪里可供下载。我有任何示例项目可以执行此操作,请告诉我

I need to unzip/extract 7z compressed files in ios, Can anyone say the libraries used to do this,where are those libraries available to download.I there any sample project to do this ,let me know

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

无畏 2024-11-25 10:45:20

7-Zip Lzma SDK - 是一个用于处理 7-zip 文件的多语言 SDK。 Mo Dejong 创建了一个示例,演示如何使用 LZMA SDK 在 iOS 设备上解压缩 7-zip 库。您可以在他的网站此处找到该示例。

7-Zip Lzma SDK - is a multi-language SDK for handling 7-zip files. Mo Dejong has created an example demonstrating how to use the LZMA SDK to decompress 7-zip libraries on iOS devices. You can find the example on his website here.

白鸥掠海 2024-11-25 10:45:20

iOS9 附带 LZMA 支持(编码器直到级别 6,解码器所有级别)。当然,这仅在您只是需要压缩时才有帮助 - 如果您绝对需要读取 7z 存档/容器格式,则需要一个外部库。

https://developer.apple.com/library /prerelease/ios/documentation/Performance/Reference/Compression/index.html

iOS9 comes with LZMA support (encoder until level 6, decoder all levels). Of course this only helps if you just need the compression – if you absolutely need to read the 7z archive / container format you'll need an external library.

https://developer.apple.com/library/prerelease/ios/documentation/Performance/Reference/Compression/index.html

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