Ejemplo n.º 1
0
 /**
  * ** Writes the specified String to the socket output stream ** @param val The String to write to
  * the socket output stream. ** @throws IOException if an error occurs
  */
 public void socketWriteString(String val) throws IOException {
   ClientSocketThread.socketWriteString(this.socket, val);
 }