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 java-stitch-client-0.5.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.stitchdata.client
├─ com.stitchdata.client.Buffer.class - [JAR]
├─ com.stitchdata.client.FlushHandler.class - [JAR]
├─ com.stitchdata.client.StitchClient.class - [JAR]
├─ com.stitchdata.client.StitchClientBuilder.class - [JAR]
├─ com.stitchdata.client.StitchException.class - [JAR]
├─ com.stitchdata.client.StitchMessage.class - [JAR]
├─ com.stitchdata.client.StitchResponse.class - [JAR]
com.stitchdata.client.examples
├─ com.stitchdata.client.examples.CallbackExample.class - [JAR]
├─ com.stitchdata.client.examples.SimpleExample.class - [JAR]