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 io-hotmoka-stores-1.1.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.hotmoka.stores.internal
├─ io.hotmoka.stores.internal.HashingForTransactionReference.class - [JAR]
├─ io.hotmoka.stores.internal.KeyValueStoreOnXodus.class - [JAR]
├─ io.hotmoka.stores.internal.MarshallableArrayOfTransactionReferences.class - [JAR]
├─ io.hotmoka.stores.internal.TrieOfErrors.class - [JAR]
├─ io.hotmoka.stores.internal.TrieOfHistories.class - [JAR]
├─ io.hotmoka.stores.internal.TrieOfInfo.class - [JAR]
├─ io.hotmoka.stores.internal.TrieOfRequests.class - [JAR]
├─ io.hotmoka.stores.internal.TrieOfResponses.class - [JAR]
io.hotmoka.stores
├─ io.hotmoka.stores.FullTrieBasedStore.class - [JAR]
├─ io.hotmoka.stores.PartialTrieBasedFlatHistoryStore.class - [JAR]
├─ io.hotmoka.stores.PartialTrieBasedStore.class - [JAR]
├─ io.hotmoka.stores.PartialTrieBasedWithHistoryStore.class - [JAR]