Class CompressionFilter.GZipOutputStream
Provides a wrapper around GZipStream.
Inherited Members
Namespace: Tangosol.Net
Assembly: Coherence.dll
Syntax
public class CompressionFilter.GZipOutputStream : GZipStream, IAsyncDisposable, IDisposable
Constructors
GZipOutputStream(Stream)
Constructs new GZipOutputStream with compress option set.
Declaration
public GZipOutputStream(Stream stream)
Parameters
Type | Name | Description |
---|---|---|
Stream | stream | The output stream. |