c# - zip more than 1 file in GzipStream -
How can I zip more than 1 file in GZipStream? I have 3 xml files and I want to zip them into a .gz file and when I decodify, I should get 3 different files.
How can I do this?
gzip is designed to keep only one file
Comments
Post a Comment