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 apk-parser-1.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
net.erdfelt.android.apk.io
├─ net.erdfelt.android.apk.io.IO.class - [JAR]
├─ net.erdfelt.android.apk.io.LEInputStream.class - [JAR]
net.erdfelt.android.apk.xml
├─ net.erdfelt.android.apk.xml.Attribute.class - [JAR]
├─ net.erdfelt.android.apk.xml.BinaryXmlInputStream.class - [JAR]
├─ net.erdfelt.android.apk.xml.BinaryXmlListener.class - [JAR]
├─ net.erdfelt.android.apk.xml.BinaryXmlParser.class - [JAR]
├─ net.erdfelt.android.apk.xml.Namespace.class - [JAR]
net.erdfelt.android.apk
├─ net.erdfelt.android.apk.AndroidApk.class - [JAR]
├─ net.erdfelt.android.apk.BinaryXmlDump.class - [JAR]