public class Hex extends Object
| Constructor and Description |
|---|
Hex() |
| Modifier and Type | Method and Description |
|---|---|
static StringBuilder | from(byte[] bytes)Converts a byte array to a hexadecimal string representation. |
public static StringBuilder from(byte[] bytes)
bytes - the byte array to convert