mladinox / miniz

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

PATCH: mz_zip_reader_init_file_stream #17

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
This patch adds a function to read zip files from an already-open FILE*.

We do some silly things with FILE* to work with zip files in our virtual 
filesystem, which might not be backed by an actual on-disk file. This lets us 
do that.

Original issue reported on code.google.com by r...@fastmail.fm on 28 Sep 2013 at 11:24

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks! Don't think I can squeeze this into v1.15, but I'll diff this against 
the next major version which supports zip64.

Original comment by richge...@gmail.com on 13 Oct 2013 at 12:39