GZipStream decompression performance is poor

后端 未结 4 1437
予麋鹿
予麋鹿 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条回答
  •  Happy的楠姐
    2021-01-13 10:50

    Sorry to not answer your question directly, but have you looked at SharpZip yet? I found it much easier to use than Gzip. If you have trouble solving your current problem, perhaps it would perform the task better.

    http://www.icsharpcode.net/OpenSource/SharpZipLib/

提交回复
热议问题