GZipStream Constructor
.NET Framework 4
Updated: January 2012
Initializes a new instance of the GZipStream class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
GZipStream(Stream, CompressionMode) | Initializes a new instance of the GZipStream class using the specified stream and CompressionMode value. |
|
GZipStream(Stream, CompressionMode, Boolean) | Initializes a new instance of the GZipStream class using the specified stream and CompressionMode value, and a value that specifies whether to leave the stream open. |
The GZipStream class cannot decompress data that results in over 8 GB of uncompressed data.