Class StorageDownloadRequest
java.lang.Object
com.github.tobato.fastdfs.domain.proto.FdfsRequest
com.github.tobato.fastdfs.domain.proto.storage.internal.StorageDownloadRequest
文件下载请求
- Author:
- tobato
-
Field Summary
Fields inherited from class com.github.tobato.fastdfs.domain.proto.FdfsRequest
head, inputFile -
Constructor Summary
ConstructorsConstructorDescriptionStorageDownloadRequest(String groupName, String path, long fileOffset, long downloadBytes) 文件下载请求 -
Method Summary
Methods inherited from class com.github.tobato.fastdfs.domain.proto.FdfsRequest
encodeParam, getBodyLength, getFileSize, getHeadByte, getInputFile
-
Constructor Details
-
StorageDownloadRequest
文件下载请求- Parameters:
groupName-path-fileOffset-downloadBytes-
-
-
Method Details
-
getFileOffset
public long getFileOffset() -
getGroupName
-
getPath
-
getDownloadBytes
public long getDownloadBytes()
-