Thursday, June 11, 2009

Chapter 3-Lesson 3

  • 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.

No comments:

Post a Comment