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 tinify-1.8.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.tinify
├─ com.tinify.AccountException.class - [JAR]
├─ com.tinify.Client.class - [JAR]
├─ com.tinify.ClientException.class - [JAR]
├─ com.tinify.ConnectionException.class - [JAR]
├─ com.tinify.Exception.class - [JAR]
├─ com.tinify.Options.class - [JAR]
├─ com.tinify.Result.class - [JAR]
├─ com.tinify.ResultMeta.class - [JAR]
├─ com.tinify.ServerException.class - [JAR]
├─ com.tinify.Source.class - [JAR]
├─ com.tinify.TLSContext.class - [JAR]
├─ com.tinify.Tinify.class - [JAR]