java.lang.Object
io.github.waterfallmc.waterfall.utils.Hex

public class Hex extends Object
  • Constructor Details

    • Hex

      public Hex()
  • Method Details

    • decode

      public static byte[] decode(CharSequence chars)
    • decode

      public static void decode(char[] chars, int charOffset, byte[] dest, int offset, int length)
    • decode

      public static void decode(CharSequence chars, int charOffset, byte[] dest, int offset, int length)
    • encodeString

      public static String encodeString(byte[] bytes)
    • encode

      public static char[] encode(byte[] bytes)
    • encode

      public static void encode(char[] chars, int charOffset, byte[] source, int offset, int length)
    • toDigit

      public static byte toDigit(char c)