jodd.format
Class FormatUtil

java.lang.Object
  extended byjodd.format.FormatUtil

public final class FormatUtil
extends java.lang.Object

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

FormatUtil

public FormatUtil()
Method Detail

toHexString

public static java.lang.String toHexString(int b)
Returns a hex string representation of a 8 bit integer. Very fast. Returned hex values are in uppercase.

Parameters:
b - byte to convert to hex string
Returns:
hex value


Jodd v0.24.5 Javadoc