public class HexUtil extends Object
| Constructor and Description |
|---|
HexUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
byte2hex(byte[] bytes) |
static String |
byte2hex(byte[] bytes,
int offset,
int length) |
static byte[] |
hex2byte(byte[] hexBytes,
int offset,
int len) |
static byte[] |
hex2byte(String hex) |
Copyright © 2018. All rights reserved.