How to unzip/extract 7z compressed files in ios

前端 未结 2 1927
伪装坚强ぢ
伪装坚强ぢ 2021-01-13 18:43

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

2条回答
  •  旧时难觅i
    2021-01-13 19:48

    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.

提交回复
热议问题