com.ibm.di.util
Class StringUtils
java.lang.Object
com.ibm.di.util.StringUtils
public class StringUtils
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
lastError
public Exception lastError
StringUtils
public StringUtils()
getLastError
public Exception getLastError()
toHex
public static String toHex(byte b)
toHex
public static String toHex(String str)
nibble
public static byte nibble(char ch)
throws NumberFormatException
- Throws:
NumberFormatException
fromHex
public static byte fromHex(String hex)
throws NumberFormatException
- Throws:
NumberFormatException
toPrint
public static String toPrint(String str)
fromPrint
public static String fromPrint(String str)
splitstring
public static Vector splitstring(String str,
String key)
splitstringArr
public static String[] splitstringArr(String str,
String key)
toBase64
public String toBase64(String source)