Provides a stream that uses specified compressed data format 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 DecompressionStream _
	Inherits Stream
C#
public class DecompressionStream : Stream

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