Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
标题几乎说明了这一点。
有没有办法让我在 C# 中解压缩 .tbz 文件?使用第三方库还是仅使用普通库来解压缩 .tbz 文件?
tbz 文件是 tar + bzip2 压缩存档。
你可以试试这个开源库。
#ziplib(SharpZipLib,以前称为 NZipLib)是一个完全用 C# 为 .NET 平台编写的 Zip、GZip、Tar 和 BZip2 库。