Using unrar library - extracting files into a filestream buffer

后端 未结 3 1929
陌清茗
陌清茗 2021-02-03 14:20

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

3条回答
  •  花落未央
    2021-02-03 14:29

    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.

提交回复
热议问题