Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

marcusvoltolim/file-processor

Repository files navigation

file-processor

Java Utilitary - Decompress and Compress Files (included RAR5)

I initially implemented the extraction for the following extensions:

  • .zip (DecompressZip) -> Native Java;
  • .rar (DecompressRar) -> com.github.axet: java-unrar: 1.7.0-8
  • .7z (Decompress7z) -> org.apache.commons: commons-compress: 1.19

However it was not compatible with RAR5, searching I found lib: sevenzipjbinding-16.02-2.01beta.jar.

I implemented from it DecompressAllFormatsUsingSevenZipLib, which can extract all the most popular compression formats.

PS: My english is bad

About

Java Utility Decompress and Compress Files (included RAR5)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

AltStyle によって変換されたページ (->オリジナル) /