Oracle® Coherence .NET API Reference Release 3.6
E15727-01

Provides a wrapper around GZipStream that supports getting a current position within the stream.

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

Syntax

C#
public class GZipInputStream : GZipStream

Inheritance Hierarchy

System..::.Object
  System..::.MarshalByRefObject
    System.IO..::.Stream
      System.IO.Compression..::.GZipStream
        Tangosol.Net..::.CompressionFilter..::.GZipInputStream

See Also