public class HexKit extends Object
| Modifier and Type | Method and Description |
|---|---|
static EnoaBinary |
binary(String text)
字符串转二进制
|
static String |
hex(byte[] bytes)
二进制转字符串
|
static boolean |
isHexNumber(String text)
Signopt 0x HexDigits
Signopt 0X HexDigits
Signopt # HexDigits
是否为十六进制
|
public static boolean isHexNumber(String text)
text - valuepublic static String hex(byte[] bytes)
bytes - public static EnoaBinary binary(String text)
text - hex stringCopyright © 2019. All rights reserved.