Skip to content
forked from acc15/junrar

plain java unrar util (former sf project)

License

Notifications You must be signed in to change notification settings

asm-labs/junrar

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Junrar

Adds support to read and extract a rar.

Usage:


final File rar = new File("foo.rar");  
final File destinationFolder = new File("destinationFolder");  
ExtractArchive extractArchive = new ExtractArchive();  
extractArchive.extractArchive(rar, destinationFolder);  

Dependency on maven:


<dependency>  
  <groupId>org.asm-labs</groupId>  
  <artifactId>junrar</artifactId>
  <version>0.8</version>  
</dependency>  

About

plain java unrar util (former sf project)

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Java 99.6%
  • Shell 0.4%