public class HexUtils
extends Object
-
Constructor Summary
Constructors
-
Method Summary
toHex(long val,
int width)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
HexUtils
public HexUtils()
-
Method Details
-
toHex
public static String toHex(long val,
int width)
-
toHex
public static String toHex(long val)
-
toHex
public static String toHex(int val)