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 snark-core-0.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
net.fnothaft.snark
├─ net.fnothaft.snark.ArrayStructure.class - [JAR]
├─ net.fnothaft.snark.NestedIndex.class - [JAR]
├─ net.fnothaft.snark.SnarkContext.class - [JAR]
net.fnothaft.snark.rdd
├─ net.fnothaft.snark.rdd.NestedRDD.class - [JAR]
├─ net.fnothaft.snark.rdd.PartitioningStrategy.class - [JAR]
├─ net.fnothaft.snark.rdd.SegmentPartitioner.class - [JAR]
├─ net.fnothaft.snark.rdd.SegmentedRDD.class - [JAR]
├─ net.fnothaft.snark.rdd.UniformPartitioner.class - [JAR]
├─ net.fnothaft.snark.rdd.UniformRDD.class - [JAR]