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