You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 calling
GZipArchive.Open()
followed by usingWriteToFile()
on the one entry in the file.The text was updated successfully, but these errors were encountered: