public class CellUtil extends Object
| Constructor and Description |
|---|
CellUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
toUnescapedString(char[] chars,
int start,
int end,
char escapeChar) |
static int |
unescapeInPlace(char[] chars,
int start,
int end,
char escapeChar) |
public static String toUnescapedString(char[] chars, int start, int end, char escapeChar)
public static int unescapeInPlace(char[] chars,
int start,
int end,
char escapeChar)
Copyright © 2016. All rights reserved.