jar

io.github.shuoros : JCompressor

Maven & Gradle

Jan 04, 2022
1 usages
3 stars

JCompressor is an easy-to-use library in Java that can be used to compress different files and folders by various methods such as zip, Gzip, rar, Stufflt, 7z etc., and extract files and folders from those different compressed files.

Table Of Contents

Latest Version

Download io.github.shuoros : JCompressor JAR file - Latest Versions:

All Versions

Download io.github.shuoros : JCompressor JAR file - All Versions:

Version Vulnerabilities Size Updated
0.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window JCompressor-0.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.shuoros.jcompressor.compress

├─ io.github.shuoros.jcompressor.compress.ZipCompressor.class - [JAR]

io.github.shuoros.jcompressor

├─ io.github.shuoros.jcompressor.JCompressor.class - [JAR]

io.github.shuoros.jcompressor.exception

├─ io.github.shuoros.jcompressor.exception.NoFileToCompressException.class - [JAR]

├─ io.github.shuoros.jcompressor.exception.NoFileToExtractException.class - [JAR]