类 StorageDownloadRequest
java.lang.Object
com.github.tobato.fastdfs.domain.proto.FdfsRequest
com.github.tobato.fastdfs.domain.proto.storage.internal.StorageDownloadRequest
文件下载请求
- 作者:
- tobato
-
字段概要
从类继承的字段 com.github.tobato.fastdfs.domain.proto.FdfsRequest
head, inputFile -
构造器概要
构造器构造器说明StorageDownloadRequest(String groupName, String path, long fileOffset, long downloadBytes) 文件下载请求 -
方法概要
从类继承的方法 com.github.tobato.fastdfs.domain.proto.FdfsRequest
encodeParam, getBodyLength, getFileSize, getHeadByte, getInputFile
-
构造器详细资料
-
StorageDownloadRequest
文件下载请求- 参数:
groupName-path-fileOffset-downloadBytes-
-
-
方法详细资料
-
getFileOffset
public long getFileOffset() -
getGroupName
-
getPath
-
getDownloadBytes
public long getDownloadBytes()
-