Click here to Skip to main content
15,897,371 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi .. I'm currently working on a project that will read/open a password protected PKZip file. The zip files can range from 1mb to over 3GB in size. I am writing a code (kind of like a text editor) in VB.net that will let users open the zip file. I tried opening a 1gb text file (not zipped) using Readblock. I'm not sure how to do the same with a zipped file without extracting the file. Is it possible to read a zip file without extracting it? Any help will be appreciated. Thanks!
Posted

1 solution

This project offers wrapper classes for SharpZipLib and DotNetZip, as well as an example project and instructions on how to use it all. Using either free library and it's wrapper class would make this easy.

- Pete
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900