ch.ethz.iks.r_osgi.streams
Class OutputStreamHandle

java.lang.Object
  extended by ch.ethz.iks.r_osgi.streams.OutputStreamHandle
All Implemented Interfaces:
java.io.Serializable

public final class OutputStreamHandle
extends java.lang.Object
implements java.io.Serializable

Output stream handle.

Author:
Michael Duller, ETH Zurich.
See Also:
Serialized Form

Constructor Summary
OutputStreamHandle(short streamID)
          create a new output stream handle.
 
Method Summary
 short getStreamID()
          get the stream ID.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OutputStreamHandle

public OutputStreamHandle(short streamID)
create a new output stream handle.

Parameters:
streamID - the stream ID.
Method Detail

getStreamID

public short getStreamID()
get the stream ID.

Returns:
the stream ID.


Copyright © 2009 IKS, ETH Zurich. All Rights Reserved.