public final class HexUtils extends Object
Constructor and Description |
---|
HexUtils() |
Modifier and Type | Method and Description |
---|---|
static byte[] |
fromHexString(String input) |
static int |
getDec(int index) |
static byte |
getHex(int index) |
static String |
toHexString(byte[] bytes) |
Copyright © 2000–2020 Apache Software Foundation. All rights reserved.