What I need is to be able to extract the files in a .rar file into streams. I\'m creating a test case to get a sense of how to use unrar source. I\'ve been searching and tinkeri
I can't find any docs online either, but there are examples you can use:
Go to http://www.krugle.com, and in the lower left corner of the page, enter a keyword like RAROpenArchiveEx
. You'll see header and source files from various open source projects that make use of unrar library.
That should get you going.