Class HexCodec


  • public final class HexCodec
    extends java.lang.Object
    Utility class to perform HEX encoding/decoding of values.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static byte[] hexDecode​(java.lang.String hex)  
      static java.lang.String hexEncode​(byte[] buffer, int start, int length)  
      • Methods inherited from class java.lang.Object

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

      • hexEncode

        public static java.lang.String hexEncode​(byte[] buffer,
                                                 int start,
                                                 int length)
      • hexDecode

        public static byte[] hexDecode​(java.lang.String hex)