Class Hex

java.lang.Object
com.exedio.cope.util.Hex

public final class Hex extends Object
  • Method Details

    • encodeUpper

      public static String encodeUpper(byte[] bytes)
    • encodeLower

      public static String encodeLower(byte[] bytes)
    • encodeUpper

      public static String encodeUpper(byte[] bytes, int offset, int length)
    • encodeLower

      public static String encodeLower(byte[] bytes, int offset, int length)
    • append

      public static void append(StringBuilder out, byte[] bytes, int len)
    • decodeLower

      public static byte[] decodeLower(String string)