public class Hex extends Object
| Constructor and Description |
|---|
Hex() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
decode(byte[] array) |
static byte[] |
decode(char[] data) |
static byte[] |
decode(String hex) |
static byte |
decodeSingle(byte[] array,
int offset) |
static String |
encode(byte[] bytes) |
static char[] |
encodeToChars(byte[] data) |
static char[] |
encodeToUpperChars(byte[] data) |
static String |
encodeUpper(byte[] bytes) |
public static String encode(byte[] bytes)
public static char[] encodeToChars(byte[] data)
public static String encodeUpper(byte[] bytes)
public static char[] encodeToUpperChars(byte[] data)
public static byte[] decode(byte[] array)
public static byte[] decode(String hex)
public static byte[] decode(char[] data)
public static byte decodeSingle(byte[] array,
int offset)
Copyright © 2020. All rights reserved.