Package network.oxalis.as4.util
Class InputStreamDataSource
- java.lang.Object
-
- network.oxalis.as4.util.InputStreamDataSource
-
- All Implemented Interfaces:
javax.activation.DataSource
public class InputStreamDataSource extends Object implements javax.activation.DataSource
-
-
Constructor Summary
Constructors Constructor Description InputStreamDataSource(InputStream inputStream, String contentType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContentType()InputStreamgetInputStream()StringgetName()OutputStreamgetOutputStream()
-
-
-
Constructor Detail
-
InputStreamDataSource
public InputStreamDataSource(InputStream inputStream, String contentType)
-
-
Method Detail
-
getInputStream
public InputStream getInputStream() throws IOException
- Specified by:
getInputStreamin interfacejavax.activation.DataSource- Throws:
IOException
-
getOutputStream
public OutputStream getOutputStream()
- Specified by:
getOutputStreamin interfacejavax.activation.DataSource
-
getContentType
public String getContentType()
- Specified by:
getContentTypein interfacejavax.activation.DataSource
-
getName
public String getName()
- Specified by:
getNamein interfacejavax.activation.DataSource
-
-