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 ffmpeg-spring-boot-autoconfigure-1.0.33.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
in.hocg.boot.ffmpeg.autoconfiguration.utils
├─ in.hocg.boot.ffmpeg.autoconfiguration.utils.FfmpegHelper.class - [JAR]
├─ in.hocg.boot.ffmpeg.autoconfiguration.utils.ImageUtils.class - [JAR]
in.hocg.boot.ffmpeg.autoconfiguration.properties
├─ in.hocg.boot.ffmpeg.autoconfiguration.properties.FfmpegProperties.class - [JAR]
in.hocg.boot.ffmpeg.autoconfiguration.core
├─ in.hocg.boot.ffmpeg.autoconfiguration.core.Commands.class - [JAR]
├─ in.hocg.boot.ffmpeg.autoconfiguration.core.Lives.class - [JAR]
├─ in.hocg.boot.ffmpeg.autoconfiguration.core.Main.class - [JAR]
in.hocg.boot.ffmpeg.autoconfiguration
├─ in.hocg.boot.ffmpeg.autoconfiguration.FfmpegAutoConfiguration.class - [JAR]