System.IO.Compression.GZipStream: Constructor Members

The constructors of System.IO.Compression.GZipStream are listed below. For a list of all members, see the GZipStream Members list.

See Also: Inherited members from System.IO.Stream

Public Constructors

Initializes a new instance of the System.IO.Compression.GZipStream class by using the specified stream and compression level.

Initializes a new instance of the System.IO.Compression.GZipStream class by using the specified stream and compression mode.

Initializes a new instance of the System.IO.Compression.GZipStream class by using the specified stream and compression level, and optionally leaves the stream open.

Initializes a new instance of the System.IO.Compression.GZipStream class by using the specified stream and compression mode, and optionally leaves the stream open.