コード例 #1
0
ファイル: Socket.java プロジェクト: sunyuantao/windows
 public boolean connect(String ip, long port) {
   return socket.Connect(ip, port);
 }