10 out of 19 rated this helpful - Rate this topic

System.IO.Compression Namespace

Note: This namespace is new in the .NET Framework version 2.0.

The System.IO.Compression namespace contains classes that provide basic compression and decompression services for streams.

 ClassDescription
Public classDeflateStreamProvides methods and properties for compressing and decompressing streams using the Deflate algorithm.
Public classGZipStreamProvides methods and properties used to compress and decompress streams.
 EnumerationDescription
Public enumerationCompressionMode Specifies whether to compress or decompress the underlying stream.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.