Class HexFormat


  • public class HexFormat
    extends java.lang.Object
    Simplified version of java.util.HexFormat.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String formatHex​(byte[] bytes)  
      static byte[] parseHex​(java.lang.String s)  
      • Methods inherited from class java.lang.Object

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

      • formatHex

        public static java.lang.String formatHex​(byte[] bytes)
      • parseHex

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