Class for GZIP compression and decompression. It is a high level API on top of GzipCompressionStream and GzipDecompressionStream.

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

Syntax

Visual Basic
Public Class Gzip
C#
public class Gzip

Inheritance Hierarchy

System..::..Object
  Rebex.IO.Compression..::..Gzip

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also