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

送分小仙女□ 提交于 2019-12-10 10:38:54

问题


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


回答1:


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.




回答2:


Have you looked at DotNetZip?

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




回答3:


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/




回答4:


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



来源:https://stackoverflow.com/questions/391936/what-is-a-good-commercial-tar-stream-lib-for-c-sharp-and-net

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