| Class | Description | |
|---|---|---|
| DeflateInputStream | Provides methods and properties for decompressing streams using the DEFLATE algorithm. | |
| DeflateOutputStream | Provides methods and properties for compressing streams using the DEFLATE algorithm. | |
| DeflateStream | Provides methods and properties for processing streams using the DEFLATE algorithm. | |
| ExtraFieldCollection | Represents a collection of GZip header fields. | |
| GZipHeaderField | Represents a GZip header field. | |
| GZipInputStream | Provides methods and properties to decompress GZIP stream. | |
| GZipOutputStream | Provides the compression stream writing GZip streams and files. | |
| GZipStream | Provides methods and properties for processing streams using GZIP. | |
| InvalidInputException | The exception that is thrown when a compressed input stream is in an invalid format. |
| Enumeration | Description | |
|---|---|---|
| CompressionMode | Defines the compression modes for GZipStream. |