Class AbstractUploadAgentBuilder.FileItem
- java.lang.Object
-
- org.zkoss.zats.mimic.impl.operation.AbstractUploadAgentBuilder.FileItem
-
- Enclosing class:
- AbstractUploadAgentBuilder
public static class AbstractUploadAgentBuilder.FileItem extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContentType()StringgetFileName()InputStreamgetInputStream()
-
-
-
Constructor Detail
-
FileItem
public FileItem(File file, String contentType) throws FileNotFoundException
- Throws:
FileNotFoundException
-
FileItem
public FileItem(String fileName, InputStream file, String contentType)
-
-
Method Detail
-
getFileName
public String getFileName()
-
getContentType
public String getContentType()
-
getInputStream
public InputStream getInputStream()
-
-