Is there a built-in zip library in .NET 3.5?

后端 未结 8 815
长情又很酷
长情又很酷 2020-12-08 07:15

Is there a built-in zip library in .NET 3.5?

If not, what are the popular open source .net zip libraries.

相关标签:
8条回答
  • 2020-12-08 08:10

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

    0 讨论(0)
  • 2020-12-08 08:11

    Try System.IO.Compression.DeflateStream.

    0 讨论(0)
提交回复
热议问题