We can save GZipStream compressed files with any extension
like .zip, .rar, .dat, etc. Saving into .zip or .rar extensions can give you
benefits if you want to decompress it using popular WinZip or WinRar archivers,
respectively. GZIP and DEFLATE compression can be applied to many formats of
data and files. Now, to transfer large amounts of text based data in xml format
became a choice in our day to day business. Here, applying GZIP compression
would definitely improve the efficiency of transaction.
The functions implemented above would be better used while
transferring large data or files to remote computers over the network. Certainly
we can achieve better transfer rates using less network congestion as well as
saving disk space.
Abhishek Kumar Singh
Mindfire Solutions