Re: Working with ZIP files (in object-oriented way)
Re: Working with ZIP files (in object-oriented way)
- Subject: Re: Working with ZIP files (in object-oriented way)
- From: David Blanton <email@hidden>
- Date: Mon, 22 Mar 2004 09:30:44 -0700
On 3/21/04 2:14 PM, "Dragan Milif" <email@hidden> wrote:
>
Hello everyone!
>
>
I need to read and modify content of ZIP archived files, and extract
>
some of the files in them. Since there isn't any class in Foundation
>
and AppKit frameworks that deal with ZIP or any other archives (as far
>
as I can see in documentation), I suppose the preferred way is to use
>
libz library. Anyway, since I prefer it in object-oriented way, I
>
wonder:
>
>
1. Is there any other oo framework that Apple provides with Mac OS X
>
with classes that can accomplish these tasks (I doubt it)?
>
2. If not, is there any third-party framework with same capabilities?
>
3. If not, is there any good examples of using libz library (include
>
file is not the one I'm looking for), and of course does the libz
>
library support ZIP archives?
>
4. If not, then I'm in deep trouble and I suppose I'll have to develop
>
these classes by myself, but I really hope this one is the last
>
solution.
>
>
Best regards,
>
>
Milke.
>
_______________________________________________
>
cocoa-dev mailing list | email@hidden
>
Help/Unsubscribe/Archives:
>
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
>
Do not post admin requests to the list. They will be ignored.
>
>
Greenleaf ArchiveLib might meet your needs.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.