0

I would like to unzip .7z files in objective-c (for mac dev). I am using SSZipArchive, which is really nice, but it will not help me unzip 7z. Could you guys recommend me a good sdk to unzip the 7z? I also need to keep track of progressing during unzipping.(Like the percentage done..) Thanks!!

YU FENG
  • 888
  • 1
  • 12
  • 29

1 Answers1

1

You can Check the Source Code developed by Mo Dejong at 7zip decompresson SDK. It's based on LZMA SDK 9.21 beta. It includes only decode functions and the adler checksum logic is disabled at compile time, to improve performance.

GoodLuck !!!

Community
  • 1
  • 1
Bhavin
  • 27,155
  • 11
  • 55
  • 94