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: Stefan Fisk <email@hidden>
- Date: Mon, 22 Mar 2004 08:57:11 +0100
hi!
i just did this myself, here's the code, adding support for other
archive formats should be easy, but do remember, this is not the
cleanest interface in the world (sometimes it blocks for a long time)
be sure to look the code through atleast a couple of times, i'm new to
this..
Best regards
Stefan Fisk
[demime 0.98b removed an attachment of type application/zip which had a name of Archive.zip]
2004-03-21 kl. 22.14 skrev Dragan MiliD:
>
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.
_______________________________________________
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.