Click or drag to resize
GZipStream Constructor
Initializes a new instance with an expandable capacity initialized to zero.

Namespace: CMS.IO.Compression
Assembly: CMS.IO (in CMS.IO.dll) Version: 8.2.23
Syntax
C#
protected GZipStream(
	GZipStream ds
)

Parameters

ds
Type: System.IO.CompressionGZipStream
See Also