Class Hexadecimals


  • public class Hexadecimals
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static char[] HEX_ARRAY  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Hexadecimals()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String byteToHexString​(byte b)  
      static java.lang.String toHexString​(byte... bytes)  
      • Methods inherited from class java.lang.Object

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

      • HEX_ARRAY

        protected static final char[] HEX_ARRAY
    • Constructor Detail

      • Hexadecimals

        private Hexadecimals()
    • Method Detail

      • byteToHexString

        public static java.lang.String byteToHexString​(byte b)
      • toHexString

        public static java.lang.String toHexString​(byte... bytes)