简体   繁体   English

SevenZipSharp如何从存档中提取特定文件

[英]SevenZipSharp how to extract a specific file out of the archive

in C# when using SevenZipSharp, how can I extract a single specific file? 使用SevenZipSharp的C#中,如何提取单个特定文件? (I don't want to extract all the archive). (我不想提取所有存档)。

public void ExtractFile(
    string fileName,
    Stream stream
)

Does this help ? 这有帮助吗?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM