com.qiniu.storage.model.ResumeBlockInfo Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of qiniu-java-sdk Show documentation
Show all versions of qiniu-java-sdk Show documentation
Qiniu Cloud Storage SDK for Java
package com.qiniu.storage.model;
/**
* 封装了分片上传请求的回复内容
*/
public final class ResumeBlockInfo {
public String ctx;
public long crc32;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy