sereko / theunarchiver

Automatically exported from code.google.com/p/theunarchiver
Other
0 stars 0 forks source link

Re-implement incremental Zip scanning #192

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
XADZipParser currently relies on the central directory to scan a zip file. The 
old parser could optionally parse entries incrementally in case the central 
directory was not found. Re-implement this.

Original issue reported on code.google.com by paracel...@gmail.com on 3 Sep 2009 at 9:03

GoogleCodeExporter commented 9 years ago
This is definitely useful for salvaging truncated/damaged zip files. It might 
be a
good idea to warn users about the damaged file before proceeding with recovery.

Original comment by yuan...@gmail.com on 3 Feb 2010 at 11:38

GoogleCodeExporter commented 9 years ago

Original comment by paracel...@gmail.com on 17 Apr 2010 at 2:36