|
-
Jul 22nd, 2009, 09:49 AM
#4
Re: Reading/Writing data from/to ZIP
Ok, I did some checking and found the SharpZip library can do what you want.
It's free (GPL license) and it works via Streams. Thus, all you do is specify the target ZIP archive, the file you want from it, and it makes a stream. What you do from that point is up to you. You could then direct it to a streamwriter pointing to a file if you wanted to write the extracted file to disc, or you could just keep it in memory and use it, etc...
Check it out.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|