Package org.wso2.carbon.utils
Class FileItemDataSource
java.lang.Object
org.wso2.carbon.utils.FileItemDataSource
- All Implemented Interfaces:
javax.activation.DataSource
-
Constructor Details
-
FileItemDataSource
public FileItemDataSource(org.apache.commons.fileupload.FileItem fileItem)
-
-
Method Details
-
getContentType
- Specified by:
getContentTypein interfacejavax.activation.DataSource
-
getInputStream
- Specified by:
getInputStreamin interfacejavax.activation.DataSource- Throws:
IOException
-
getName
- Specified by:
getNamein interfacejavax.activation.DataSource
-
getOutputStream
- Specified by:
getOutputStreamin interfacejavax.activation.DataSource- Throws:
IOException
-
delete
public void delete()
-