- Both GZip and DEFLATE compression systems allow compression for a maximum of 4GB data.
- GZipStream is useful for wider distribution scenario while DeflateStream is useful for relatively smaller size (because it does not include header information)
- Compression Streams would always wrap the FileStream with compressed data, whether during Compression or Decompression.
Showing posts with label Compression. Show all posts
Showing posts with label Compression. Show all posts
Thursday, June 11, 2009
Chapter 3-Lesson 3
Subscribe to:
Posts (Atom)