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 ffwd-client-0.2.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.spotify.ffwd.v1
├─ com.spotify.ffwd.v1.AutoValue_Value_DistributionValue.class - [JAR]
├─ com.spotify.ffwd.v1.AutoValue_Value_DoubleValue.class - [JAR]
├─ com.spotify.ffwd.v1.Metric.class - [JAR]
├─ com.spotify.ffwd.v1.Value.class - [JAR]
com.spotify.ffwd.examples
├─ com.spotify.ffwd.examples.BasicExample.class - [JAR]
com.spotify.ffwd
├─ com.spotify.ffwd.FastForward.class - [JAR]
├─ com.spotify.ffwd.Metric.class - [JAR]
com.spotify.ffwd.protocol1
├─ com.spotify.ffwd.protocol1.Protocol1.class - [JAR]
com.spotify.ffwd.protocol0
├─ com.spotify.ffwd.protocol0.Protocol0.class - [JAR]