GZip in .NET

GZip in .NET is really simple and straightforward. Below you can find a helper class that gives you the ability to compress and decompress a stream, byte array, string, or file - you can easily modify these to suit your needs.

View code on GitHub

Comments

Popular posts from this blog

C# Record Serialization

Add timestamp to photo using ImageMagick

Read/write large blob to SQL Server from C#