View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window IVCompressor-2.0.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.techgnious.utils
├─ io.github.techgnious.utils.IVFileUtils.class - [JAR]
io.github.techgnious.constants
├─ io.github.techgnious.constants.IVConstants.class - [JAR]
io.github.techgnious.exception
├─ io.github.techgnious.exception.ImageException.class - [JAR]
├─ io.github.techgnious.exception.VideoException.class - [JAR]
io.github.techgnious.dto
├─ io.github.techgnious.dto.IVAudioAttributes.class - [JAR]
├─ io.github.techgnious.dto.IVSize.class - [JAR]
├─ io.github.techgnious.dto.IVVideoAttributes.class - [JAR]
├─ io.github.techgnious.dto.ImageFormats.class - [JAR]
├─ io.github.techgnious.dto.ResizeResolution.class - [JAR]
├─ io.github.techgnious.dto.VideoFormats.class - [JAR]
io.github.techgnious
├─ io.github.techgnious.IVCompressor.class - [JAR]