类 StorageModifyCommand
java.lang.Object
com.github.tobato.fastdfs.domain.proto.AbstractFdfsCommand<Void>
com.github.tobato.fastdfs.domain.proto.storage.StorageModifyCommand
- 所有已实现的接口:
FdfsCommand<Void>
文件修改命令
- 作者:
- tobato
-
字段概要
从类继承的字段 com.github.tobato.fastdfs.domain.proto.AbstractFdfsCommand
request, response -
构造器概要
构造器构造器说明StorageModifyCommand(String path, InputStream inputStream, long fileSize, long fileOffset) 文件修改命令 -
方法概要
从类继承的方法 com.github.tobato.fastdfs.domain.proto.AbstractFdfsCommand
execute, receive, send, sendFileContent
-
构造器详细资料
-
StorageModifyCommand
文件修改命令- 参数:
path-inputStream-fileSize-fileOffset-
-