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 geaflow-store-cstore-0.5.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.antgroup.geaflow.store.cstore
├─ com.antgroup.geaflow.store.cstore.CStoreBuilder.class - [JAR]
├─ com.antgroup.geaflow.store.cstore.CStoreConfigKeys.class - [JAR]
├─ com.antgroup.geaflow.store.cstore.FilterConverter.class - [JAR]
├─ com.antgroup.geaflow.store.cstore.GraphCStore.class - [JAR]
com.antgroup.geaflow.store.cstore.encoder
├─ com.antgroup.geaflow.store.cstore.encoder.EdgeEncoder.class - [JAR]
├─ com.antgroup.geaflow.store.cstore.encoder.EncoderFactory.class - [JAR]
├─ com.antgroup.geaflow.store.cstore.encoder.LabelEdgeEncoder.class - [JAR]
├─ com.antgroup.geaflow.store.cstore.encoder.LabelTimeEdgeEncoder.class - [JAR]
├─ com.antgroup.geaflow.store.cstore.encoder.LabelTimeVertexEncoder.class - [JAR]
├─ com.antgroup.geaflow.store.cstore.encoder.LabelVertexEncoder.class - [JAR]
├─ com.antgroup.geaflow.store.cstore.encoder.TimeEdgeEncoder.class - [JAR]
├─ com.antgroup.geaflow.store.cstore.encoder.TimeVertexEncoder.class - [JAR]
├─ com.antgroup.geaflow.store.cstore.encoder.VertexEncoder.class - [JAR]