GZipStream decompression performance is poor

后端 未结 4 1388
予麋鹿
予麋鹿 2021-01-13 10:31

I have a .NET 2.0 WinForms app that connects to a backend WAS server. I am using GZipStream to decode data coming back from a HttpWebRequest call made to the server. The d

4条回答
  •  悲&欢浪女
    2021-01-13 10:44

    DotNetZip has a GZipStream class that can be used as a drop-in replacement for the System.IO.Compression.GZipStream.

    DotNetZip is free.

    NB: If you are only doing GZipStream, then you need the Ionic.Zlib.dll, not the Ionic.Zip.dll.

提交回复
热议问题