Package org.dspace.core
Class Email.InputStreamDataSource
java.lang.Object
org.dspace.core.Email.InputStreamDataSource
- All Implemented Interfaces:
jakarta.activation.DataSource
- Enclosing class:
public static class Email.InputStreamDataSource
extends Object
implements jakarta.activation.DataSource
Wrap an
InputStream in a DataSource.- Author:
- arnaldo
-
Method Summary
-
Method Details
-
getContentType
- Specified by:
getContentTypein interfacejakarta.activation.DataSource
-
getInputStream
- Specified by:
getInputStreamin interfacejakarta.activation.DataSource- Throws:
IOException
-
getName
- Specified by:
getNamein interfacejakarta.activation.DataSource
-
getOutputStream
- Specified by:
getOutputStreamin interfacejakarta.activation.DataSource- Throws:
IOException
-