SharpZip Compression Library |
|
ICSharpCode.SharpZipLib.GZip Namespace
Namespace hierarchy
Classes
Class |
Description |
GZipConstants
|
This class contains constants used for gzip. |
GZipException
|
GZipException represents a Gzip specific exception |
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 |