如何在ios中解压/提取7z压缩文件
我需要在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
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.
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