C#/.Net 的压缩程序集?

发布于 2024-09-09 08:28:01 字数 66 浏览 6 评论 0 原文

我知道 SharpZipLib...但是还有什么?我想让自己成为一个支持多种压缩格式的文件归档实用程序。有什么想法吗?

I know about SharpZipLib...but what else is out there? I'd like to make myself a file archiving utility that supports multiple compression formats. Any ideas?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

电影里的梦 2024-09-16 08:28:01

QuickLZ 声称是世界上最快的。

http://www.quicklz.com/

System.IO.Packaging 怎么样?

http://msdn.microsoft.com/en-us/库/system.io.packaging.aspx

QuickLZ claims to be the fastest in the world.

http://www.quicklz.com/

How about System.IO.Packaging?

http://msdn.microsoft.com/en-us/library/system.io.packaging.aspx

天涯沦落人 2024-09-16 08:28:01

有内置的 System.IO.Compression 库 支持 GZip 和 Deflate。这不是一个糟糕的起点,因为它的文档比大多数文档都要好。

There's the built-in System.IO.Compression library which supports GZip and Deflate. That's not a bad place to start as its documentation is better than most.

天赋异禀 2024-09-16 08:28:01

LZMA SDK(7-Zip 格式)——目前最高效的算法之一。

http://www.7-zip.org/sdk.html

LZMA SDK (7-Zip format) - one of the more efficient algorithms out there.

http://www.7-zip.org/sdk.html

烟雨扶苏 2024-09-16 08:28:01

http://dotnetzip.codeplex.com/ <-- 比 Sharpziplib 更容易

http://sevenzipsharp.codeplex.com/ <-- 7zip 包装

http://www.chilkatsoft.com/zip-dotnet.asp <-- 不是免费的。 bz2、gzip 和 .z

http://dotnetzip.codeplex.com/ <-- imho easier than sharpziplib

http://sevenzipsharp.codeplex.com/ <-- wrapper around 7zip

http://www.chilkatsoft.com/zip-dotnet.asp <-- not free. bz2, gzip and .z

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文