Compression Using DeflateStream and GZipStream
The .NET System.IO.Compression namespace provides two general purpose compressions streams – DeflateStream and GZipStream. Both these compressions streams use popular compression algorithm which is similar to that used by the ZIP format. The difference is that GZipStream writes an additional protocol at the start and at the end which includes a CRC to detect errors. The GZipStream also [...]
Read more



12:31 am by admin