ICSharpCode.SharpZipLib.GZip

Namespace hierarchy


Classes

ClassDescription
GZipConstants This class contains constants used for gzip.
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