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.
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.