问题描述
有没有办法读取rar文件的内容(必须支持多文件rar)?
is there any way to read the content of a rar file (support for multi-file rar is a must)?
我不想将内容提取到磁盘,只是像流一样读取它.
i don't want to extract the content to the disk, just read it like a stream.
推荐答案
low level lib to work with 7z.dll (supports rar archives, incliding multi-part, works with .net streams):
low level lib to work with 7z.dll (supports rar archives, incliding multi-part, works with .net streams):
用于 7-zip 存档 dll 的 c# (.net) 接口
以及基于第一个的更多高级库:
and more high-level lib based on the first one:
sevenzipsharp