org.granite.util
Class StringUtil
java.lang.Object
org.granite.util.StringUtil
public class StringUtil
- extends Object
- Author:
- Franck WOLFF
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StringUtil
public StringUtil()
bytesToHexChars
public static char[] bytesToHexChars(byte[] bytes)
bytesToHexChars
public static char[] bytesToHexChars(byte[] bytes,
char[] chars,
int off)
hexCharsToBytes
public static byte[] hexCharsToBytes(char[] chars)
hexCharsToBytes
public static byte[] hexCharsToBytes(char[] chars,
int off)
hexStringToBytes
public static byte[] hexStringToBytes(String s)
hexStringToBytes
public static byte[] hexStringToBytes(String s,
int off)
toHexString
public static String toHexString(Number n)
removeSpaces
public static String removeSpaces(String s)
toStringArray
public static String[] toStringArray(String s)
toString
public static String toString(Object o)
toString
public static String toString(Object o,
int maxItems)