@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.DataSourcejava.io.IOExceptiongetContentType in interface javax.activation.DataSourcegetName in interface javax.activation.DataSourcegetOutputStream in interface javax.activation.DataSourcejava.io.IOException