public class StringUtils
extends java.lang.Object
Constructor and Description |
---|
StringUtils() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
bytesToHex(byte[] byteArray)
Helper method that convert byte array into string for logging
|
static java.lang.String |
bytesToHex(byte[] byteArray,
int offset,
int size)
Helper method that convert byte array into string for logging
|
public static java.lang.String bytesToHex(byte[] byteArray)
byteArray
- array of bytespublic static java.lang.String bytesToHex(byte[] byteArray, int offset, int size)
byteArray
- array of bytesoffset
- the offset within byteArraysize
- the size of array