xlang v4.0 Release
程序设计语言基础库文档
载入中...
搜索中...
未找到
InetAddress.xcs
浏览该文件的文档.
1
5@Declare
6class InetAddress{
11
12
18 InetAddress(String host, int port);
19
20
26
31 int getPort();
32
33
39
45};
网络地址类
int getAddress()
获取32位IP地址
InetAddress(String host, int port)
构造
static InetAddress [] getHostInetAddress(String hostname)
从HOSTNAME获取IP地址
int getPort()
获取端口
String getAddressString()
获取地址字串
InetAddress()
构造
字符串类