C#/.Net 的压缩程序集?
我知道 SharpZipLib...但是还有什么?我想让自己成为一个支持多种压缩格式的文件归档实用程序。有什么想法吗?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
我知道 SharpZipLib...但是还有什么?我想让自己成为一个支持多种压缩格式的文件归档实用程序。有什么想法吗?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
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
有内置的 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.
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
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