Class Hex


  • public class Hex
    extends Object
    • Constructor Detail

      • Hex

        public Hex()
    • Method Detail

      • 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)