Provides a stream that uses RFC 1952 - GZIP implementation to decompress data. If opened for writing it decompresses specified data and writes the decompressed data into an underlying stream. If opened for reading it reads a compressed data from the underlying stream and returns a decompressed data.

Namespace:  Rebex.IO.Compression.Streams
Assembly:  Rebex.Zip (in Rebex.Zip.dll)

Syntax

Visual Basic
Public Class GzipDecompressionStream _
	Inherits DecompressionStream
C#
public class GzipDecompressionStream : DecompressionStream

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.IO..::..Stream
      Rebex.IO.Compression.Streams..::..DecompressionStream
        Rebex.IO.Compression.Streams..::..GzipDecompressionStream

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also