public class TypeUtil extends Object
| Constructor and Description |
|---|
TypeUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
bytesToHexString(byte[] bArray)
把字节数组转换成16进制字符串
|
static byte[] |
hexStringToByte(String hex)
把16进制字符串转换成字节数组
|
static void |
main(String[] args) |
Copyright © 2017. All rights reserved.