Skip to content
/ junrar Public
forked from junrar/junrar

plain java unrar util (former sf project)

License

Notifications You must be signed in to change notification settings

acc15/junrar

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 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>com.github.junrar</groupId>  
  <artifactId>junrar</artifactId>
  <version>0.7</version>  
</dependency>  

About

plain java unrar util (former sf project)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.6%
  • Shell 0.4%