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 StorageManager-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.beastwall.storagemanager.callback
├─ com.beastwall.storagemanager.callback.FileSavedCall.class - [JAR]
├─ com.beastwall.storagemanager.callback.ProgressCallback.class - [JAR]
com.beastwall.storagemanager.utils
├─ com.beastwall.storagemanager.utils.FileType.class - [JAR]
├─ com.beastwall.storagemanager.utils.MimeType.class - [JAR]
├─ com.beastwall.storagemanager.utils.StorageUtils.class - [JAR]
com.beastwall.storagemanager
├─ com.beastwall.storagemanager.FileSaver.class - [JAR]