Class HexaUtils


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

      Constructors 
      Constructor Description
      HexaUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String charToHexa​(char c)  
      static byte[] toByteArray​(java.lang.String hexa)  
      static java.lang.String toHexa​(byte b)  
      static java.lang.String toHexa​(byte[] byteArray)  
      static java.lang.String toHexa​(byte[] byteArray, int start, int end)  
      • Methods inherited from class java.lang.Object

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

      • HexaUtils

        public HexaUtils()
    • Method Detail

      • toHexa

        public static java.lang.String toHexa​(byte[] byteArray)
      • toHexa

        public static java.lang.String toHexa​(byte[] byteArray,
                                              int start,
                                              int end)
      • toHexa

        public static java.lang.String toHexa​(byte b)
      • toByteArray

        public static byte[] toByteArray​(java.lang.String hexa)
      • charToHexa

        public static java.lang.String charToHexa​(char c)