|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.granite.util.StringUtil
public class StringUtil
| Constructor Summary | |
|---|---|
StringUtil()
|
|
| Method Summary | |
|---|---|
static char[] |
bytesToHexChars(byte[] bytes)
|
static char[] |
bytesToHexChars(byte[] bytes,
char[] chars,
int off)
|
static byte[] |
hexCharsToBytes(char[] chars)
|
static byte[] |
hexCharsToBytes(char[] chars,
int off)
|
static byte[] |
hexStringToBytes(String s)
|
static byte[] |
hexStringToBytes(String s,
int off)
|
static String |
removeSpaces(String s)
|
static String |
toHexString(Number n)
|
static String |
toString(Object o)
|
static String |
toString(Object o,
int maxItems)
|
static String[] |
toStringArray(String s)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StringUtil()
| Method Detail |
|---|
public static char[] bytesToHexChars(byte[] bytes)
public static char[] bytesToHexChars(byte[] bytes,
char[] chars,
int off)
public static byte[] hexCharsToBytes(char[] chars)
public static byte[] hexCharsToBytes(char[] chars,
int off)
public static byte[] hexStringToBytes(String s)
public static byte[] hexStringToBytes(String s,
int off)
public static String toHexString(Number n)
public static String removeSpaces(String s)
public static String[] toStringArray(String s)
public static String toString(Object o)
public static String toString(Object o,
int maxItems)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||