Class HexUtils

java.lang.Object
org.apache.maven.buildcache.hash.HexUtils

public class HexUtils extends Object
HexUtils
  • Constructor Details

    • HexUtils

      public HexUtils()
  • Method Details

    • encode

      public static String encode(byte[] hash)
    • decode

      public static byte[] decode(String hex)
    • toByteArray

      public static byte[] toByteArray(long value)