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.
| | Class | Description |
|---|
.png) | DeflateStream | Provides methods and properties for compressing and decompressing streams using the Deflate algorithm. |
.png) | GZipStream | Provides methods and properties used to compress and decompress streams. |
| | Enumeration | Description |
|---|
.png) | CompressionMode | Specifies whether to compress or decompress the underlying stream. |