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 fireflydb-0.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.sahilbondre.firefly.model
├─ com.sahilbondre.firefly.model.Segment.class - [JAR]
com.sahilbondre.firefly
├─ com.sahilbondre.firefly.FireflyDB.class - [JAR]
com.sahilbondre.firefly.log
├─ com.sahilbondre.firefly.log.FileChannelRandomAccessLog.class - [JAR]
├─ com.sahilbondre.firefly.log.InvalidRangeException.class - [JAR]
├─ com.sahilbondre.firefly.log.RandomAccessLog.class - [JAR]
com.sahilbondre.firefly.filetable
├─ com.sahilbondre.firefly.filetable.FilePointer.class - [JAR]
├─ com.sahilbondre.firefly.filetable.InvalidFileTableException.class - [JAR]
├─ com.sahilbondre.firefly.filetable.PersistableFileTable.class - [JAR]
├─ com.sahilbondre.firefly.filetable.SerializedPersistableFileTable.class - [JAR]