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 pngquant-png-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
net.ifok.png.compress
├─ net.ifok.png.compress.BitWriter.class - [JAR]
├─ net.ifok.png.compress.D3.class - [JAR]
├─ net.ifok.png.compress.D4.class - [JAR]
├─ net.ifok.png.compress.PngBitReader.class - [JAR]
├─ net.ifok.png.compress.PngChunk.class - [JAR]
├─ net.ifok.png.compress.PngCompressor.class - [JAR]
├─ net.ifok.png.compress.PngEncoder.class - [JAR]
├─ net.ifok.png.compress.Quant24.class - [JAR]
├─ net.ifok.png.compress.Quant32.class - [JAR]