Package org.dspace.core
Class Email.InputStreamDataSource
java.lang.Object
org.dspace.core.Email.InputStreamDataSource
- All Implemented Interfaces:
javax.activation.DataSource
- Enclosing class:
public static class Email.InputStreamDataSource
extends Object
implements javax.activation.DataSource
Wrap an
InputStream in a DataSource.- Author:
- arnaldo
-
Method Summary
-
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
-