C# (CSharp) ICSharpCode.SharpZipLib.GZip Namespace

Classes

Name Description
GZip An example class to demonstrate compression and decompression of GZip streams.
GZipConstants This class contains constants used for gzip.
GZipException
GZipInputStream This filter stream is used to decompress a "GZIP" format stream. The "GZIP" format is described baseInputStream RFC 1952. author of the original java version : John Leuner
GZipOutputStream This filter stream is used to compress a stream into a "GZIP" stream. The "GZIP" format is described in RFC 1952. author of the original java version : John Leuner