Class HexTools


  • public class HexTools
    extends java.lang.Object
    Not in API.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void byteToString​(byte b, char[] string, int stringIndex)  
      static byte stringToByte​(java.lang.String string, int stringIndex)  
      • Methods inherited from class java.lang.Object

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

      • byteToString

        public static void byteToString​(byte b,
                                        char[] string,
                                        int stringIndex)
      • stringToByte

        public static byte stringToByte​(java.lang.String string,
                                        int stringIndex)