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