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>

public class StorageUploadFileCommand extends AbstractFdfsCommand<StorePath>
文件上传命令
Author:
tobato
  • Constructor Details

    • StorageUploadFileCommand

      public StorageUploadFileCommand(byte storeIndex, InputStream inputStream, String fileExtName, long fileSize, boolean isAppenderFile)
      文件上传命令
      Parameters:
      storeIndex -
      inputStream -
      fileExtName -
      fileSize -
      isAppenderFile -