Class StorageAppendFileCommand
java.lang.Object
com.github.tobato.fastdfs.domain.proto.AbstractFdfsCommand<Void>
com.github.tobato.fastdfs.domain.proto.storage.StorageAppendFileCommand
- All Implemented Interfaces:
FdfsCommand<Void>
添加文件命令
- Author:
- tobato
-
Field Summary
Fields inherited from class com.github.tobato.fastdfs.domain.proto.AbstractFdfsCommand
request, response -
Constructor Summary
ConstructorsConstructorDescriptionStorageAppendFileCommand(InputStream inputStream, long fileSize, String path) -
Method Summary
Methods inherited from class com.github.tobato.fastdfs.domain.proto.AbstractFdfsCommand
execute, receive, send, sendFileContent
-
Constructor Details
-
StorageAppendFileCommand
-