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