Exemplo n.º 1
0
 public void writePlay(int pos) {
   if (isTcp) tcp.write(pos + "");
   else udp.write(pos + "");
 }