edmund-wagner / junrar

plain java unrar util (former sf project)
Other
186 stars 90 forks source link

Implements an commons-vfs2 filesystem provider and adds better volume management #5

Closed Rogiel closed 12 years ago

Rogiel commented 12 years ago

Hello Edmund! I have implement an commons vfs provider for the library and an new volume management model. Instead of bounding it to files, a new VolumeManager class was created that takes care of resolving Volume objects. Each of those objects represents an physical file, allowing i.e. the use of FileObject file abstraction to extract RAR files.

edmund-wagner commented 12 years ago

Hi Rogiel, really nice. I never managed to build an abstraction layer. you need a release soon?