public class DownloadFileRequest extends BaseRequest
下载文件请求
2020-02-03 16:53
head, inputFile| 构造器和说明 |
|---|
DownloadFileRequest(String groupName,
String path,
long fileOffset,
long fileSize)
文件下载请求
|
| 限定符和类型 | 方法和说明 |
|---|---|
long |
getFileOffset() |
long |
getFileSize() |
String |
getGroupName() |
String |
getPath() |
encodeParampublic long getFileOffset()
public String getGroupName()
public String getPath()
public long getFileSize()
getFileSize 在类中 BaseRequestCopyright © 2021. All rights reserved.