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 file-client-api-1.3.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.houbb.file.client.api.dto.req
├─ com.github.houbb.file.client.api.dto.req.FileConcurrentDownloadRequest.class - [JAR]
├─ com.github.houbb.file.client.api.dto.req.FileConcurrentUploadRequest.class - [JAR]
├─ com.github.houbb.file.client.api.dto.req.FileDownloadByUrlRequest.class - [JAR]
├─ com.github.houbb.file.client.api.dto.req.FileDownloadRequest.class - [JAR]
├─ com.github.houbb.file.client.api.dto.req.FileExistsRequest.class - [JAR]
├─ com.github.houbb.file.client.api.dto.req.FileGenDownloadUrlRequest.class - [JAR]
├─ com.github.houbb.file.client.api.dto.req.FileInfoExistsRequest.class - [JAR]
├─ com.github.houbb.file.client.api.dto.req.FileRemoveRequest.class - [JAR]
├─ com.github.houbb.file.client.api.dto.req.FileUploadByHashRequest.class - [JAR]
├─ com.github.houbb.file.client.api.dto.req.FileUploadRequest.class - [JAR]
com.github.houbb.file.client.api.dto.resp
├─ com.github.houbb.file.client.api.dto.resp.FileConcurrentDownloadResponse.class - [JAR]
├─ com.github.houbb.file.client.api.dto.resp.FileDownloadByUrlResponse.class - [JAR]
├─ com.github.houbb.file.client.api.dto.resp.FileDownloadResponse.class - [JAR]
├─ com.github.houbb.file.client.api.dto.resp.FileExistsResponse.class - [JAR]
├─ com.github.houbb.file.client.api.dto.resp.FileGenDownloadUrlResponse.class - [JAR]
├─ com.github.houbb.file.client.api.dto.resp.FileInfoExistsResponse.class - [JAR]
├─ com.github.houbb.file.client.api.dto.resp.FileRemoveResponse.class - [JAR]
├─ com.github.houbb.file.client.api.dto.resp.FileUploadResponse.class - [JAR]
com.github.houbb.file.client.api.facade
├─ com.github.houbb.file.client.api.facade.FileFacade.class - [JAR]