public class StringUtils extends Object
| Constructor and Description |
|---|
StringUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getStringFromInputStream(InputStream in)
Convert input stream to String.
|
static boolean |
isEqual(String s1,
String s2)
Check whether two strings are equal in value.
|
public static boolean isEqual(String s1, String s2)
s1 - First strings2 - Second stringpublic static String getStringFromInputStream(InputStream in)
in - Input stream to be converted to stringCopyright © 2018 WSO2. All rights reserved.