Package | Description |
---|---|
net.gdface.utils |
Modifier and Type | Method and Description |
---|---|
static NetworkUtil.Radix |
NetworkUtil.Radix.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NetworkUtil.Radix[] |
NetworkUtil.Radix.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
NetworkUtil.format(byte[] source,
java.lang.String separator,
NetworkUtil.Radix radix)
将
byte[] 转换为radix 指定格式的字符串 |
Copyright © 2019. All rights reserved.