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 kstorage-jvm-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
ru.astrainteractive.klibs.kstorage.api
├─ ru.astrainteractive.klibs.kstorage.api.InMemoryStateFlowMutableStorageValue.class - [JAR]
├─ ru.astrainteractive.klibs.kstorage.api.MutableStorageValue.class - [JAR]
├─ ru.astrainteractive.klibs.kstorage.api.StateFlowMutableStorageValue.class - [JAR]
├─ ru.astrainteractive.klibs.kstorage.api.StorageValue.class - [JAR]
ru.astrainteractive.klibs.kstorage
├─ ru.astrainteractive.klibs.kstorage.ConstructorsKt.class - [JAR]
ru.astrainteractive.klibs.kstorage.impl
├─ ru.astrainteractive.klibs.kstorage.impl.FlowMutableStorageValueImpl.class - [JAR]
├─ ru.astrainteractive.klibs.kstorage.impl.MutableStorageValueImpl.class - [JAR]