Well the title says it all. 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.
Well the title says it all. 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.
Have a look at the following libraries (I did not verify, that they can handle RAR):
and
Low level lib to work with 7z.dll (supports rar archives, incliding multi-part, works with .net streams):
C# (.net) interface for 7-Zip archive dlls
And more high-level lib based on the first one:
I've been wanting to do this for so long that I even forgot to ask on SO. :)
Cheers mate, you read my mind :)
(I wanted to add this as a comment to your question but I don't have enough rep :( )