简体   繁体   中英

SevenZipSharp how to extract a specific file out of the archive

in C# when using SevenZipSharp, how can I extract a single specific file? (I don't want to extract all the archive).

public void ExtractFile(
    string fileName,
    Stream stream
)

Does this help ?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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