Open GoogleCodeExporter opened 8 years ago
I encountered this as well. I think that it might happen when trying to read a
single
uncompressed entry in an otherwise compressed zip file, since I was able to
read the
other (compressed) entries fine, but the uncompressed one would cause the hang
to
occur. Some file formats save header entries uncompressed to ease scanning for
external tools, and it sounds like that might be the same phenomenon you
encountered.
Original comment by mprud...@gmail.com
on 27 Jun 2008 at 6:34
I ended up using the minizip contribution to zlib in my own NSThread. Not much
trickier than using this zip-
framework and it has worked in all cases for me.
Original comment by nbead...@gmail.com
on 27 Jun 2008 at 5:31
Reading uncompressed files is indeed not supported. I will fix this in an
upcoming version.
Original comment by joris.kl...@gmail.com
on 22 Jan 2009 at 11:39
Anybody know, how to fix this issues?
Original comment by tooh...@gmail.com
on 23 Nov 2009 at 2:32
Original issue reported on code.google.com by
nbead...@gmail.com
on 22 Apr 2008 at 11:24Attachments: