richgel999 / miniz

miniz: Single C source file zlib-replacement library, originally from code.google.com/p/miniz
MIT License
2.2k stars 322 forks source link

Can I read some child files from a zip file, with a few limitation? #289

Open KainanSu opened 1 year ago

KainanSu commented 1 year ago

Hello!

Can I read some child files from a zip file,

  1. without unzip them,
  2. and write them to a new zip file,
  3. and read/write as stream?

Looking forward to your reply~