show/hide this revision's text 3 Tidied up question and title.

How do I compress a file with GZipStream in C#.netand maintain meta-data about the original file?

I am using Windows C#.Net

How can i I get the extension of compressed file

while when i need to set for decompress after being compressed with System.IO.Compression.GZipStream?

For example, if the same.

eg:original file is named test.doc

compressed as - and compresses to test.gz

when , how do I decompress it test.??know what file extension to use when decompressing?

show/hide this revision's text 2 edited tags
show/hide this revision's text 1

GZipStream in C#.net

I am using Windows C#.Net

How can i get the extension of compressed file

while when i need to set for decompress the same.

eg:

test.doc

compressed as - test.gz

when I decompress it test.???