C# (CSharp) ICSharpCode.SharpZipLib.GZip 네임스페이스

클래스들

이름 설명
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