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
Post a Comment