Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Constructs new GZipOutputStream with compress option set.

Namespace:  Tangosol.Net
Assembly:  Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)

Syntax

C#
public GZipOutputStream(
	Stream stream
)

Parameters

stream
Type: System.IO..::.Stream

[Missing <param name="stream"/> documentation for "M:Tangosol.Net.CompressionFilter.GZipOutputStream.#ctor(System.IO.Stream)"]

See Also