xlang
v4.0 Release
程序设计语言基础库文档
Toggle main menu visibility
首页
包
Package List
数据类型
数据类型列表
数据类型索引
设计单元层次结构
数据项
全部
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
函数/子程序
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
变量
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
文件
文件列表
•
全部
结构体
命名空间
文件
函数
变量
页
载入中...
搜索中...
未找到
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