Read content of RAR files using C#

后端 未结 6 612
滥情空心
滥情空心 2020-12-05 05:55

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 stre

6条回答
  •  庸人自扰
    2020-12-05 06:12

    If you want to directly access files stored in uncompressed rar files, then this answer might be of use.

    ReScene is a project for recreating rar archives from the extracted files. You need a .srr file for this. The source code is available. You may want to take a look at RarStream.cs.

提交回复
热议问题