GZipStream Constructor
.NET Framework (current version)
Initializes a new instance of the GZipStream class.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | GZipStream(Stream, CompressionLevel) | Initializes a new instance of the GZipStream class by using the specified stream and compression level. |
![]() | GZipStream(Stream, CompressionLevel, Boolean) | Initializes a new instance of the GZipStream class by using the specified stream and compression level, and optionally leaves the stream open. |
![]() | GZipStream(Stream, CompressionMode) | Initializes a new instance of the GZipStream class by using the specified stream and compression mode. |
![]() | GZipStream(Stream, CompressionMode, Boolean) | Initializes a new instance of the GZipStream class by using the specified stream and compression mode, and optionally leaves the stream open. |
Show:
