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