用于提取 .net 中 7z 文件的 API
是否有任何可用的 API,可以在 .net 中使用,可以读取/提取 7z 文件?
Is there any API available, that can be used in .net that can read/extract 7z files ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我不相信有任何“内置”.NET 库,但是,在源代码中您可以获得 LZMA SDK,其中包括用于 7z 压缩和解压缩的完整 C# 源代码。
I don't believe there's any "built-in" .NET library for it, but, right at the source you can get the LZMA SDK, which include full C# source code for 7z compression and decompression.
使用 http://www.codeplex.com/sevenzipsharp
Use http://www.codeplex.com/sevenzipsharp