public class _StringUtils extends Object
| Constructor and Description |
|---|
_StringUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,String> |
parseMap(String text,
String entrySeparators) |
static Map<String,String> |
parseMap(String text,
String eqSeparators,
String entrySeparators) |
static int |
readToken(Reader reader,
String stopTokens,
StringBuilder result) |
public static Map<String,String> parseMap(String text, String eqSeparators, String entrySeparators)
public static int readToken(Reader reader, String stopTokens, StringBuilder result) throws IOException
IOExceptionCopyright © 2022 vpc open source initiative. All rights reserved.