xlang v4.0 Release
程序设计语言基础库文档
|
Public 成员函数 |
静态 Public 成员函数 |
静态包属性 |
在文件 BuiltinObjects.x 第 1021 行定义.
void DatagramSocket | ( | ) |
long available | ( | bool | ) |
int available | ( | long | , |
int | |||
) |
bool bind | ( | String | , |
int | |||
) |
void close | ( | ) |
bool connect | ( | String | , |
int | |||
) | throws IllegalArgumentException |
void finalize | ( | ) |
long getHandle | ( | ) |
InetAddress getLocalInetAddress | ( | ) |
String getLocalIpAddress | ( | ) |
int getLocalPort | ( | ) |
InetAddress getRemoteInetAddress | ( | ) |
String getRemoteIpAddress | ( | ) |
int getRemotePort | ( | ) |
int read | ( | byte | [], |
int | , | ||
int | |||
) | throws IndexOutOfBoundsException, IllegalArgumentException |
bool receive | ( | DatagramPacket | ) |
|
static |
bool send | ( | DatagramPacket | ) |
int sendTo | ( | InetAddress | , |
byte[], | |||
int | , | ||
int | |||
) | throws IndexOutOfBoundsException, IllegalArgumentException |
int sendTo | ( | String | , |
int | , | ||
byte[], | |||
int | , | ||
int | |||
) | throws IndexOutOfBoundsException, IllegalArgumentException |
bool setSoTimeout | ( | int | ) |
int write | ( | byte | [], |
int | , | ||
int | |||
) | throws IndexOutOfBoundsException, IllegalArgumentException |
|
staticpackage |
在文件 BuiltinObjects.x 第 1024 行定义.
|
staticpackage |
在文件 BuiltinObjects.x 第 1022 行定义.
|
staticpackage |
在文件 BuiltinObjects.x 第 1023 行定义.