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 xvcode-1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.botaruibo.xvcode.main
├─ com.github.botaruibo.xvcode.main.APP.class - [JAR]
com.github.botaruibo.xvcode.gifencoder
├─ com.github.botaruibo.xvcode.gifencoder.AnimatedGifEncoder.class - [JAR]
├─ com.github.botaruibo.xvcode.gifencoder.LZWEncoder.class - [JAR]
├─ com.github.botaruibo.xvcode.gifencoder.NeuQuant.class - [JAR]
com.github.botaruibo.xvcode.generator
├─ com.github.botaruibo.xvcode.generator.Generator.class - [JAR]
├─ com.github.botaruibo.xvcode.generator.Gif2VCGenerator.class - [JAR]
├─ com.github.botaruibo.xvcode.generator.Gif3VCGenerator.class - [JAR]
├─ com.github.botaruibo.xvcode.generator.GifVCGenerator.class - [JAR]
├─ com.github.botaruibo.xvcode.generator.PngVCGenerator.class - [JAR]
├─ com.github.botaruibo.xvcode.generator.XRandoms.class - [JAR]