Class BinTools


  • class BinTools
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String hex  
    • Constructor Summary

      Constructors 
      Constructor Description
      BinTools()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String bin2hex​(byte[] b)  
      static int hex2bin​(char c)  
      static byte[] hex2bin​(java.lang.String s)  
      • Methods inherited from class java.lang.Object

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

      • BinTools

        BinTools()
    • Method Detail

      • bin2hex

        public static java.lang.String bin2hex​(byte[] b)
      • hex2bin

        public static byte[] hex2bin​(java.lang.String s)
      • hex2bin

        public static int hex2bin​(char c)