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 android-util-half-redistributed-0.0.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
android.util
├─ android.util.Half.class - [JAR]
libcore.api
├─ libcore.api.CorePlatformApi.class - [JAR]
├─ libcore.api.IntraCoreApi.class - [JAR]
android.annotation
├─ android.annotation.HalfFloat.class - [JAR]
├─ android.annotation.NonNull.class - [JAR]
├─ android.annotation.Nullable.class - [JAR]
libcore.util
├─ libcore.util.FP16.class - [JAR]