Re: Unzip class/lib

2010-08-13 Thread John Ackert
you can also use the standard zlib library and create a category for NSData by using the 'bytes' of NSData and the inflate() and deflate() functions of the zlib library. ~John Ackert On Aug 13, 2010, at 8:56 PM, Kyle Sluder wrote: > On Fri, Aug 13, 2010 at 11:39 AM, Tom Jones wrote: >> I have

Re: Unzip class/lib

2010-08-13 Thread Sean McBride
Tom Jones (tjo...@acworld.com) on 2010-08-13 14:39 said: >I have been googling for a little while now and I'm not finding the >answers. Does Mac OS X have a unzip library to unzip the archives >created in the GUI. I guess I could do the NSTask thing but I would >rather not. I would also like to av

Re: Unzip class/lib

2010-08-13 Thread Kyle Sluder
On Fri, Aug 13, 2010 at 11:39 AM, Tom Jones wrote: > I have been googling for a little while now and I'm not finding the answers. > Does Mac OS X have a unzip library to unzip the archives created in the GUI. > I guess I could do the NSTask thing but I would rather not. I would also like > to a

Unzip class/lib

2010-08-13 Thread Tom Jones
Hello, I have been googling for a little while now and I'm not finding the answers. Does Mac OS X have a unzip library to unzip the archives created in the GUI. I guess I could do the NSTask thing but I would rather not. I would also like to avoid a framework as well as my app is a Foundation to