public abstract class XString extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static Set<Character> |
BLANKS |
protected static char[] |
HEX_ARRAY |
| Constructor and Description |
|---|
XString() |
| Modifier and Type | Method and Description |
|---|---|
static String |
base64(byte[] bytes) |
static String |
base64(String value) |
static String |
camelCase(String value) |
static Boolean |
isBlank(Character character) |
static String |
pascalCase(String value) |
static String |
toHex(byte[] bytes) |
static String |
urlEncode(String value) |
Copyright © 2023. All rights reserved.