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 videorecog-0.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.aliyun.videorecog
├─ com.aliyun.videorecog.Client.class - [JAR]
com.aliyun.videorecog.models
├─ com.aliyun.videorecog.models.Config.class - [JAR]
├─ com.aliyun.videorecog.models.DetectVideoShotAdvanceRequest.class - [JAR]
├─ com.aliyun.videorecog.models.DetectVideoShotRequest.class - [JAR]
├─ com.aliyun.videorecog.models.DetectVideoShotResponse.class - [JAR]
├─ com.aliyun.videorecog.models.GenerateVideoCoverAdvanceRequest.class - [JAR]
├─ com.aliyun.videorecog.models.GenerateVideoCoverRequest.class - [JAR]
├─ com.aliyun.videorecog.models.GenerateVideoCoverResponse.class - [JAR]
├─ com.aliyun.videorecog.models.GetAsyncJobResultRequest.class - [JAR]
├─ com.aliyun.videorecog.models.GetAsyncJobResultResponse.class - [JAR]