public class HexUtil extends Object
Constructor and Description |
---|
HexUtil() |
Modifier and Type | Method and Description |
---|---|
static String |
formatHex(byte[] aBuf) |
static String |
formatHex(byte[] aBuf,
int offset,
int aCount) |
static String |
formatHex(int aByte) |
static String |
formatHexRaw(byte[] aBuf) |
static String |
formatHexRaw(byte[] aBuf,
int offset,
int aCount) |
static byte[] |
parseHex(String aHex) |
public static byte[] parseHex(String aHex)
public static String formatHexRaw(byte[] aBuf)
public static String formatHexRaw(byte[] aBuf, int offset, int aCount)
public static String formatHex(int aByte)
public static String formatHex(byte[] aBuf)
public static String formatHex(byte[] aBuf, int offset, int aCount)
Copyright © 2018. All rights reserved.