公告
财富商城
积分规则
提问
发文
2019-01-17 00:24发布
我命由我不由天
Is there a built-in zip library in .NET 3.5?
If not, what are the popular open source .net zip libraries.
http://www.icsharpcode.net/OpenSource/SharpZipLib/
I will be second to recommend http://www.7-zip.org/sdk.html LZMA SDK, but it's not ZIP.
System.IO.Compression has ZipArchive class as of .Net 4.5.
Check out System.IO.Packaging.ZipPackage class.
7Zip will help and its available in multiple languages
Try System.IO.Compression.DeflateStream.
System.IO.Compression.DeflateStream
最多设置5个标签!
http://www.icsharpcode.net/OpenSource/SharpZipLib/
I will be second to recommend http://www.7-zip.org/sdk.html LZMA SDK, but it's not ZIP.
System.IO.Compression has ZipArchive class as of .Net 4.5.
Check out System.IO.Packaging.ZipPackage class.
7Zip will help and its available in multiple languages
Try
System.IO.Compression.DeflateStream
.