Class HexUtils


  • public class HexUtils
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      HexUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String toHex​(int val)  
      static java.lang.String toHex​(long val)  
      static java.lang.String toHex​(long val, int width)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HexUtils

        public HexUtils()
    • Method Detail

      • toHex

        public static java.lang.String toHex​(long val,
                                             int width)
      • toHex

        public static java.lang.String toHex​(long val)
      • toHex

        public static java.lang.String toHex​(int val)