Class FastFile
java.lang.Object
com.github.tobato.fastdfs.domain.upload.FastFile
- Direct Known Subclasses:
FastImageFile
上传普通文件
- Author:
- tobato
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String文件扩展名protected long文件大小protected String上传文件分组protected InputStream输入流文件元数据 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
-
Field Details
-
inputStream
输入流 -
fileSize
protected long fileSize文件大小 -
fileExtName
文件扩展名 -
metaDataSet
文件元数据 -
groupName
上传文件分组
-
-
Constructor Details
-
FastFile
public FastFile(InputStream inputStream, long fileSize, String fileExtName, Set<MetaData> metaDataSet) 上传文件对象- Parameters:
inputStream-fileSize-fileExtName-metaDataSet-
-
FastFile
protected FastFile()
-
-
Method Details
-
getInputStream
-
getFileSize
public long getFileSize() -
getFileExtName
-
getMetaDataSet
-
getGroupName
-