public class StreamDescriptor
extends java.lang.Object
Constructor and Description |
---|
StreamDescriptor()
Creates a new uninitialized stream connector.
|
Modifier and Type | Method and Description |
---|---|
IStreamConnector |
getConnector()
Returns the connector associated with the stream.
|
java.lang.Object |
getData()
Returns the user data associated with the descriptor.
|
void |
setConnector(IStreamConnector connector)
Sets the connector associated with the stream.
|
void |
setData(java.lang.Object data)
Sets the user data associated with the descriptor.
|
public StreamDescriptor()
public IStreamConnector getConnector()
public void setConnector(IStreamConnector connector)
connector
- The connector to set.public java.lang.Object getData()
public void setData(java.lang.Object data)
data
- The user data.