コード例 #1
0
 /**
  * Begins an extended rendezvous
  *
  * @see ChannelInput.beginExtRead
  * @return The object read from the channel
  */
 public Object startRead()
 {
     return(In.startRead());
 }