ch.ethz.iks.r_osgi.streams
Class OutputStreamHandle
java.lang.Object
ch.ethz.iks.r_osgi.streams.OutputStreamHandle
- All Implemented Interfaces:
- Serializable
public final class OutputStreamHandle
- extends Object
- implements Serializable
Output stream handle.
- Author:
- Michael Duller, ETH Zurich.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OutputStreamHandle
public OutputStreamHandle(short streamID)
- create a new output stream handle.
- Parameters:
streamID - the stream ID.
getStreamID
public short getStreamID()
- get the stream ID.
- Returns:
- the stream ID.