Class ByteHex


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

      Constructors 
      Constructor Description
      ByteHex()  
    • Method Summary

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

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

      • ByteHex

        public ByteHex()
    • Method Detail

      • hexToByte

        public static byte hexToByte​(java.lang.String hex)
      • byteToHex

        public static java.lang.String byteToHex​(byte b)