public class ByteUtil extends Object
Modifier and Type | Field and Description |
---|---|
protected static char[] |
hexArray |
static String |
NON_ASCII_STRING |
Constructor and Description |
---|
ByteUtil() |
Modifier and Type | Method and Description |
---|---|
static String |
bytesToHex(byte[] bytes,
int groupSize) |
static String |
maxString(String value,
int size) |
static String |
toSimpleString(byte[] bytes) |
public static final String NON_ASCII_STRING
protected static final char[] hexArray
Copyright © 2018 JBoss by Red Hat. All rights reserved.