marmelroy / Zip

Swift framework for zipping and unzipping files.
MIT License
2.51k stars 452 forks source link

Is it possible to unzip to memory directly without writing to a temp file? #257

Open waelsaad opened 9 months ago

waelsaad commented 9 months ago

Hi, just wondering if its possible to unzip to memory directly? I think its an important feature.

Thank you.