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

Is it possible to uncompress a gzip file which is concatenated from multiple gzip files? #871

Open
alex-b-123 opened this issue Sep 3, 2024 · 1 comment

Comments

@alex-b-123
Copy link

It looks like gunzip, winrar and 7zip all can uncompress multiple gzip files concatenated into one (as this link shows https://stackoverflow.com/a/15660705/19437625), however I'm only getting the first file out of the archive, when I uncompress.
I'm callingGZipArchive.Open() followed by using WriteToFile() on the one entry in the file.

@adamhathcock
Copy link
Owner

it looks like a manual concatention of files. I'm sure you'd have to write some code when the stream ends.

Could be a useful feature

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

No branches or pull requests

2 participants