Tag Archives: Extract a GZip Archive in Csharp

Compress and Decompress Files using GZip in C#

GZip archives (.gz) are used to compress one or more files using the GNU zip compression algorithm. It is commonly used for file compression in UNIX operating systems. In this article, you will learn how to compress files and create GZip (.gz) archives programmatically using C#. Moreover, the article will also cover how to extract GZip archives using C#.

Posted in Aspose.ZIP Product Family | Tagged , , ,