对于 c# 和 .net,什么是好的商业 tar 流库?

发布于 2024-07-10 23:41:01 字数 52 浏览 7 评论 0原文

我们目前正在使用 SharpZipLib,但由于它使用 GPL,我们需要将其替换为商业库。

We are currently using SharpZipLib but since it uses the GPL we need to replace it with a commercial lib.

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

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

发布评论

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

评论(4

说不完的你爱 2024-07-17 23:41:01

请参阅我在主帖上关于 #ziplib 的评论...但如果您确实需要商业产品(非开源),IP* 有效! Zip .NET 可能符合要求。 根据,它确实具有 TAR 支持。

See my comment about #ziplib on the main post... but if you really need a commercial product (not open-source), IP*Works! Zip .NET might fit the bill. It does have TAR support according to this.

不弃不离 2024-07-17 23:41:01

您看过 DotNetZip 吗?

它不受 GPL 约束,而是受 Microsoft 公共许可证 (Ms-PL) 约束。

Have you looked at DotNetZip?

It is not under the GPL, but rather the Microsoft Public License (Ms-PL).

彩虹直至黑白 2024-07-17 23:41:01

仅供参考。 可以选择使用 BSD 许可库进行 tar 读/写。 您可以使用 microsoft .NET 2.0 中的内置 GZipStream 进行 Gzip 压缩和解压缩

http:// code.google.com/p/tar-cs/

Just FYI. There is an option to use BSD licensed library for tar reading/writing. Gzip compression and decompression you can do with build-in GZipStream from microsoft .NET 2.0

http://code.google.com/p/tar-cs/

游魂 2024-07-17 23:41:01

If you want a tar library, there is a single-module implementation at

http://cheeso.members.winisp.net/srcview.aspx?dir=Tar&file=Tar.cs

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