What is a good commercial tar stream lib for c# and .net?

╄→尐↘猪︶ㄣ 提交于 2019-12-06 09:33:54

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.

Have you looked at DotNetZip?

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

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/

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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!