Merge pull request #4011 from fritsch/vdpau-settings
[vuplus_xbmc] / lib / UnrarXLib / Readme.txt
1    UnrarX Manual
2     ~~~~~~~~~~~~~
3
4 UnrarX is a XBOX port of the UnRAR utility by Eugene Roshal, from
5 http://www.rarlab.com/rar_add.htm.
6 It provided an easy interface for extracting RAR files. The interface
7 is an adaptation of the interface provided in UniquE RAR File Library
8 (http://www.unrarlib.org/).
9
10 The interface is in UnrarX.hpp. It includes a function to list the
11 contents of the archive (and a companion to free the archive list 
12 structure),
13 and another funtion to uncompress. See the comments in the header file
14 for more info.