Ben Foster 2/13/2019

Zlib compression in .NET Core

Read Original

This technical article explains a solution for decompressing zlib-formatted data (RFC1950) in .NET Core. It details why the built-in DeflateStream class fails and provides a code example using the SharpZipLib library to correctly handle zlib streams with headers and trailers.

Zlib compression in .NET Core

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week