objective c - can anyone provide a sample for call zlib in objectivc-c to extract a compressed folder? -


i'm programming iphone app. want extract gziped file (contain folder hierarchy) objective-c. know "zlib" can it, don't know how use in objective-c.

i don't want wrapper package "minizip" imported, want use "zlib" directly.

can on this?

since objective-c superset of c, you'd use zlib same in c program. if want objective-c interface, try nsdataextension category on @ cocoadev.


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -