Class StorageUploadFileCommand
java.lang.Object
com.github.tobato.fastdfs.domain.proto.AbstractFdfsCommand<StorePath>
com.github.tobato.fastdfs.domain.proto.storage.StorageUploadFileCommand
- All Implemented Interfaces:
FdfsCommand<StorePath>
文件上传命令
- Author:
- tobato
-
Field Summary
Fields inherited from class com.github.tobato.fastdfs.domain.proto.AbstractFdfsCommand
request, response -
Constructor Summary
ConstructorsConstructorDescriptionStorageUploadFileCommand(byte storeIndex, InputStream inputStream, String fileExtName, long fileSize, boolean isAppenderFile) 文件上传命令 -
Method Summary
Methods inherited from class com.github.tobato.fastdfs.domain.proto.AbstractFdfsCommand
execute, receive, send, sendFileContent
-
Constructor Details
-
StorageUploadFileCommand
public StorageUploadFileCommand(byte storeIndex, InputStream inputStream, String fileExtName, long fileSize, boolean isAppenderFile) 文件上传命令- Parameters:
storeIndex-inputStream-fileExtName-fileSize-isAppenderFile-
-