ru.tehkode.utils
Class StringUtils
java.lang.Object
ru.tehkode.utils.StringUtils
public class StringUtils
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StringUtils
public StringUtils()
implode
public static String implode(String[] array,
String separator)
implode
public static String implode(List<?> list,
String separator)
readStream
public static String readStream(InputStream is)
throws Exception
- Throws:
Exception
repeat
public static String repeat(String str,
int times)
toInteger
public static int toInteger(String value,
int defaultValue)
Copyright © 2011. All Rights Reserved.