Click or drag to resize
DeflateStream 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 DeflateStream(
	DeflateStream ds
)

Parameters

ds
Type: System.IO.CompressionDeflateStream
See Also