@Deprecated
protected class UESStreamHandler.StreamDataSource
extends java.lang.Object
implements javax.activation.DataSource
DataSource
for storing input stream.Modifier and Type | Field and Description |
---|---|
private boolean |
consumed
Deprecated.
|
private java.lang.String |
contentType
Deprecated.
|
private java.io.InputStream |
stream
Deprecated.
|
Constructor and Description |
---|
UESStreamHandler.StreamDataSource(java.io.InputStream aIn,
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getContentType()
Deprecated.
|
java.io.InputStream |
getInputStream()
Deprecated.
|
java.lang.String |
getName()
Deprecated.
|
java.io.OutputStream |
getOutputStream()
Deprecated.
|
aIn
- Instance of stored input streamaContentType
- Stream content typegetInputStream
in interface javax.activation.DataSource
java.io.IOException
getContentType
in interface javax.activation.DataSource
getName
in interface javax.activation.DataSource
getOutputStream
in interface javax.activation.DataSource
java.io.IOException