public class Util extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
encodeBase64(String str) |
static String |
extract(String pattern,
String haystack) |
static Matcher |
extractAll(String pattern,
String haystack) |
static String |
toString(InputStream stream) |
static String |
urlDecodeUTF8(String s) |
static String |
urlEncodeUTF8(Collection<Map.Entry<String,String>> map) |
static String |
urlEncodeUTF8(String s) |
public static String toString(InputStream stream) throws IOException
IOExceptionpublic static String urlEncodeUTF8(Collection<Map.Entry<String,String>> map)
Copyright © 2018. All rights reserved.