类分层结构
- java.lang.Object
- com.github.tobato.fastdfs.domain.proto.AbstractFdfsCommand<T> (implements com.github.tobato.fastdfs.domain.proto.FdfsCommand<T>)
- com.github.tobato.fastdfs.domain.proto.storage.StorageAppendFileCommand
- com.github.tobato.fastdfs.domain.proto.storage.StorageDeleteFileCommand
- com.github.tobato.fastdfs.domain.proto.storage.StorageDownloadCommand<T>
- com.github.tobato.fastdfs.domain.proto.storage.StorageGetMetadataCommand
- com.github.tobato.fastdfs.domain.proto.storage.StorageModifyCommand
- com.github.tobato.fastdfs.domain.proto.storage.StorageQueryFileInfoCommand
- com.github.tobato.fastdfs.domain.proto.storage.StorageSetMetadataCommand
- com.github.tobato.fastdfs.domain.proto.storage.StorageTruncateCommand
- com.github.tobato.fastdfs.domain.proto.storage.StorageUploadFileCommand
- com.github.tobato.fastdfs.domain.proto.storage.StorageUploadSlaveFileCommand
- com.github.tobato.fastdfs.domain.proto.storage.DownloadByteArray (implements com.github.tobato.fastdfs.domain.proto.storage.DownloadCallback<T>)
- com.github.tobato.fastdfs.domain.proto.storage.DownloadFileStream (implements com.github.tobato.fastdfs.domain.proto.storage.DownloadCallback<T>)
- com.github.tobato.fastdfs.domain.proto.storage.DownloadFileWriter (implements com.github.tobato.fastdfs.domain.proto.storage.DownloadCallback<T>)
- java.io.InputStream (implements java.io.Closeable)
- com.github.tobato.fastdfs.domain.proto.storage.FdfsInputStream
- com.github.tobato.fastdfs.domain.proto.AbstractFdfsCommand<T> (implements com.github.tobato.fastdfs.domain.proto.FdfsCommand<T>)
接口分层结构
- com.github.tobato.fastdfs.domain.proto.storage.DownloadCallback<T>