Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Single file zip decompresion #36

Open
alecazam opened this issue Feb 29, 2024 · 0 comments
Open

Single file zip decompresion #36

alecazam opened this issue Feb 29, 2024 · 0 comments

Comments

@alecazam
Copy link

alecazam commented Feb 29, 2024

Apple convert single files to .zip when running "Compress this file", and would be good to be able to unzip the file. .unzip() isn't for this case. For example, Perfetto only has gzip support. I have C++ code to handle this, but was just missing this omission in this otherwise amazing library.

I ended up renaming .zip()/.unzip() -> .zlib()/unzlib() in my local copy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant