The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
System.IO.Compression Namespace
.NET Framework 3.0
The System.IO.Compression namespace contains classes that provide basic compression and decompression services for streams.
| Class | Description | |
|---|---|---|
![]() | DeflateStream | Provides methods and properties for compressing and decompressing streams using the Deflate algorithm. |
![]() | GZipStream | Provides methods and properties used to compress and decompress streams. |
| Enumeration | Description | |
|---|---|---|
![]() | CompressionMode | Specifies whether to compress or decompress the underlying stream. |

