RE: ZipBrowser
"Lance Robinson" <lancer-pm/[email protected]>
| Newsgroups | gmane.comp.macosx.devel |
|---|---|
| Message-ID | <002201ca8e13$f6da87c0$e48f9740$@com> |
Eric, The company I work for is just about to release a Zip framework for Obj C, it's called "IPWorks! Zip". It is still in pre-release (full release is scheduled for 2 weeks), but I can send you (or any other members of the list) a pre-release if you like. You can find all the details about it here: http://www.nsoftware.com/ipworks/zip/technologies.aspx?m&sku=izc8-u. Lance Robinson > -----Original Message----- > From: [email protected] [mailto:macosx-dev- > [email protected]] On Behalf Of Eric Gorr > Sent: Monday, January 04, 2010 1:16 PM > To: MacOSX-Dev List > Subject: ZipBrowser > > I found this sample code at: > > http://developer.apple.com/mac/library/samplecode/ZipBrowser/index.html > > and as I was scanning through it, I noticed that the zip file was being > read as raw data using offsets as defined by the zip file > specification. > > Searching through the Cocoa API, I didn't see any formal api for > reading or writing zip files. > > I was wondering if anyone was aware of a framework for reading and > writing zip files or do I need to roll my own code to do this based on > the specification found at > > http://www.pkware.com/documents/casestudies/APPNOTE.TXT > > (Yes, I know I could probably communicate with the shell and use the > zip utility directly, but, for the moment, I am interested in a > framework that has implemented the zip file specification.) > > Thank you. > > _______________________________________________ > MacOSX-dev mailing list > [email protected] > http://www.omnigroup.com/mailman/listinfo/macosx-dev