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 wacai-file-client-1.0.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.wacai.file.gateway
├─ com.wacai.file.gateway.CapableFileManager.class - [JAR]
├─ com.wacai.file.gateway.SignFileManager.class - [JAR]
com.wacai.file.token.util
├─ com.wacai.file.token.util.MD5Verify.class - [JAR]
├─ com.wacai.file.token.util.SignUtil.class - [JAR]
com.wacai.file.http
├─ com.wacai.file.http.HttpClientFactory.class - [JAR]
com.wacai.file.gateway.entity
├─ com.wacai.file.gateway.entity.DownloadRequest.class - [JAR]
├─ com.wacai.file.gateway.entity.LocalFile.class - [JAR]
├─ com.wacai.file.gateway.entity.RemoteFile.class - [JAR]
├─ com.wacai.file.gateway.entity.Response.class - [JAR]
├─ com.wacai.file.gateway.entity.StreamFile.class - [JAR]
com.wacai.file.token.response
├─ com.wacai.file.token.response.AccessToken.class - [JAR]
├─ com.wacai.file.token.response.AccessTokenDto.class - [JAR]
├─ com.wacai.file.token.response.WacaiErrorResponse.class - [JAR]
com.wacai.file.token
├─ com.wacai.file.token.ApplyToken.class - [JAR]