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 Nds4j-0.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.turtleisaac.nds4j
├─ io.github.turtleisaac.nds4j.Core.class - [JAR]
├─ io.github.turtleisaac.nds4j.Fnt.class - [JAR]
├─ io.github.turtleisaac.nds4j.Narc.class - [JAR]
├─ io.github.turtleisaac.nds4j.NintendoDsRom.class - [JAR]
io.github.turtleisaac.nds4j.framework
├─ io.github.turtleisaac.nds4j.framework.BLZCoder.class - [JAR]
├─ io.github.turtleisaac.nds4j.framework.BinaryWriter.class - [JAR]
├─ io.github.turtleisaac.nds4j.framework.Buffer.class - [JAR]
├─ io.github.turtleisaac.nds4j.framework.CRC16.class - [JAR]
├─ io.github.turtleisaac.nds4j.framework.Endianness.class - [JAR]
├─ io.github.turtleisaac.nds4j.framework.MemBuf.class - [JAR]
├─ io.github.turtleisaac.nds4j.framework.StringFormatter.class - [JAR]