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 unified-log-0.3.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
csperandio.unifiedlog.storage
├─ csperandio.unifiedlog.storage.EventStorage.class - [JAR]
├─ csperandio.unifiedlog.storage.InMemorOffsetStorage.class - [JAR]
├─ csperandio.unifiedlog.storage.InMemoryEventStorage.class - [JAR]
├─ csperandio.unifiedlog.storage.OffsetStorage.class - [JAR]
csperandio.unifiedlog.events
├─ csperandio.unifiedlog.events.Converter.class - [JAR]
├─ csperandio.unifiedlog.events.DerivedEvent.class - [JAR]
├─ csperandio.unifiedlog.events.Event.class - [JAR]
├─ csperandio.unifiedlog.events.EventBuilder.class - [JAR]
├─ csperandio.unifiedlog.events.EventType.class - [JAR]
├─ csperandio.unifiedlog.events.SimpleEventType.class - [JAR]
csperandio.unifiedlog
├─ csperandio.unifiedlog.Walker.class - [JAR]