开发者

Unzip .tbz compression format in C#

The title pretty much states it.

Is there a way for me to unzip .tbz files in C#? Either using a third party library or just using normal libs to 开发者_如何学Gounzip .tbz files?


A tbz file is a tar + bzip2 compression archive.

You can try this open source library.

#ziplib (SharpZipLib, formerly NZipLib) is a Zip, GZip, Tar and BZip2 library written entirely in C# for the .NET platform.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜