public class ByteUtil extends Object
Modifier and Type | Field and Description |
---|---|
protected static char[] |
hexArray |
Constructor and Description |
---|
ByteUtil() |
Modifier and Type | Method and Description |
---|---|
static String |
bytesToHex(byte[] bytes,
int groupSize) |
static String |
bytesToHex(HornetQBuffer buffer,
int groupSize) |
static String |
maxString(String value,
int size) |
public static String bytesToHex(HornetQBuffer buffer, int groupSize)
public static String bytesToHex(byte[] bytes, int groupSize)
Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.