public final class Hexa extends Object
Modifier and Type | Method and Description |
---|---|
static byte |
asByte(char a,
char b) |
static byte[] |
fromHex(char[] hex) |
static byte[] |
fromHex(String hex) |
static char |
getHighHex(byte value) |
static char |
getLowHex(byte value) |
static String |
toHex(byte[] bytes) |
public static byte asByte(char a, char b)
public static byte[] fromHex(char[] hex)
public static byte[] fromHex(String hex)
public static char getHighHex(byte value)
public static char getLowHex(byte value)
public static String toHex(byte[] bytes)
Copyright © 2009–2020 Waarp. All rights reserved.