|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjodd.format.FormatUtil
Utility methods regarding formatting.
Constructor Summary | |
FormatUtil()
|
Method Summary | |
static java.lang.String |
toHexString(int b)
Returns a hex string representation of a 8 bit integer. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FormatUtil()
Method Detail |
public static java.lang.String toHexString(int b)
b
- byte to convert to hex string
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |