xiuhai / ziparchive

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

Number of Files Limited in ZIP file #17

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. I have a ZIP file which includes 140K small txt files. (ZIP file is 40MB)
2. I try to extract them in ApplicationDidFinishLaunching.
3. In the log it says: "8386 entries in the zip file"

What is the expected output? What do you see instead?
I get a list of files in the directory and it seems only 8K is there. So 
library sees only the 8K of them.

What version of the product are you using? On what operating system?
Xcode 3.2.2 on Mac OS X for iPhone Development

Please provide any additional information below.

Original issue reported on code.google.com by len...@gmail.com on 5 Jan 2011 at 2:38