开发者

Unzip .tbz compression format in C#

开发者 https://www.devze.com 2023-01-08 03:34 出处:网络
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

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

精彩评论

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