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 kamel-image-desktop-0.4.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.kamel.image
├─ io.kamel.image.KamelImageKt.class - [JAR]
├─ io.kamel.image.LazyPainterResourceKt.class - [JAR]
io.kamel.image.fetcher
├─ io.kamel.image.fetcher.ResourcesFetcher.class - [JAR]
io.kamel.image.utils
├─ io.kamel.image.utils.UrlUtilsKt.class - [JAR]
io.kamel.image.decoder
├─ io.kamel.image.decoder.ImageBitmapDecoder.class - [JAR]
├─ io.kamel.image.decoder.ImageVectorDecoder.class - [JAR]
├─ io.kamel.image.decoder.SvgDecoder.class - [JAR]
io.kamel.image.config
├─ io.kamel.image.config.DesktopKamelConfigKt.class - [JAR]
├─ io.kamel.image.config.KamelConfigKt.class - [JAR]