Show / Hide Table of Contents

Namespace ICSharpCode.SharpZipLib.GZip

Classes

GZip

An example class to demonstrate compression and decompression of GZip streams.

GZipConstants

This class contains constants used for gzip.

GZipException

GZipException represents exceptions specific to GZip classes and code.

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

Enums

GZipFlags

GZip header flags

In This Article
Back to top Copyright © 2000-2022 SharpZipLib Contributors