public final class StringUtils
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
padLeft(java.lang.String toBePadded,
char padChar,
int totalWidth) |
static java.lang.String |
toHexString(byte[] bytes) |
static java.lang.String |
toHexString(byte[] bytes,
boolean includeBreaks) |
static java.lang.String |
toHexString(byte[] bytes,
int startOffset,
int count,
boolean includeBreaks) |
public static java.lang.String toHexString(byte[] bytes)
public static java.lang.String toHexString(byte[] bytes,
boolean includeBreaks)
public static java.lang.String toHexString(byte[] bytes,
int startOffset,
int count,
boolean includeBreaks)
public static java.lang.String padLeft(java.lang.String toBePadded,
char padChar,
int totalWidth)