/**
  * Ends an extended rendezvous
  *
  * @see ChannelInput.endExtRead
  */
 public void endRead()
 {
     In.endRead();
 }