Class Utils


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

      Constructors 
      Constructor Description
      Utils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      private static char getHexDigit​(int number)  
      static java.lang.String printHexBinary​(byte[] data)
      Return a lower-case hex representation of the binary data.
      • Methods inherited from class java.lang.Object

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

      • Utils

        public Utils()
    • Method Detail

      • printHexBinary

        public static java.lang.String printHexBinary​(byte[] data)
        Return a lower-case hex representation of the binary data.
      • getHexDigit

        private static char getHexDigit​(int number)