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 tiklab-dfs-common-1.0.0.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.tiklab.dfs.common.object.model
├─ io.tiklab.dfs.common.object.model.DeleteRequest.class - [JAR]
├─ io.tiklab.dfs.common.object.model.DeleteResponse.class - [JAR]
├─ io.tiklab.dfs.common.object.model.DfsObject.class - [JAR]
├─ io.tiklab.dfs.common.object.model.DfsObjectMeta.class - [JAR]
├─ io.tiklab.dfs.common.object.model.FindListRequest.class - [JAR]
├─ io.tiklab.dfs.common.object.model.FindListResponse.class - [JAR]
├─ io.tiklab.dfs.common.object.model.PutRequest.class - [JAR]
io.tiklab.dfs.common.bucket
├─ io.tiklab.dfs.common.bucket.BucketAction.class - [JAR]
io.tiklab.dfs.common.exception
├─ io.tiklab.dfs.common.exception.DfsException.class - [JAR]
io.tiklab.dfs.common.support
├─ io.tiklab.dfs.common.support.DfsConstants.class - [JAR]
├─ io.tiklab.dfs.common.support.DfsRequest.class - [JAR]
├─ io.tiklab.dfs.common.support.DfsResponse.class - [JAR]
├─ io.tiklab.dfs.common.support.FileIdUtils.class - [JAR]
├─ io.tiklab.dfs.common.support.StreamConvert.class - [JAR]
io.tiklab.dfs.common.object
├─ io.tiklab.dfs.common.object.ObjectAction.class - [JAR]
io.tiklab.dfs.common.context
├─ io.tiklab.dfs.common.context.DfsContext.class - [JAR]
io.tiklab.dfs.common.bucket.model
├─ io.tiklab.dfs.common.bucket.model.BucketConfig.class - [JAR]
├─ io.tiklab.dfs.common.bucket.model.CreateBucketRequest.class - [JAR]
├─ io.tiklab.dfs.common.bucket.model.CreateBucketResponse.class - [JAR]
├─ io.tiklab.dfs.common.bucket.model.CreateGroupRequest.class - [JAR]
├─ io.tiklab.dfs.common.bucket.model.CreateGroupResponse.class - [JAR]
├─ io.tiklab.dfs.common.bucket.model.DeleteBucketRequest.class - [JAR]
├─ io.tiklab.dfs.common.bucket.model.DeleteBucketResponse.class - [JAR]
├─ io.tiklab.dfs.common.bucket.model.DeleteGroupRequest.class - [JAR]
├─ io.tiklab.dfs.common.bucket.model.DeleteGroupResponse.class - [JAR]
├─ io.tiklab.dfs.common.bucket.model.InitBucketRequest.class - [JAR]