Class Hex


  • public class Hex
    extends Object
    • Constructor Detail

      • Hex

        public Hex()
    • Method Detail

      • encodeHexString

        public static String encodeHexString​(byte[] bytes)
      • encodeHexString

        public static String encodeHexString​(byte[] bytes,
                                             int bundleSize)
      • decodeHex

        public static byte[] decodeHex​(CharSequence s)
      • dumpIntBuffer

        public static void dumpIntBuffer​(IntBuffer buffer)
      • dumpIntBuffer

        public static void dumpIntBuffer​(IntBuffer buffer,
                                         int start,
                                         int end)
      • dumpByteArray

        public static void dumpByteArray​(byte[] bytes)
      • dumpByteArray

        public static void dumpByteArray​(byte[] bytes,
                                         PrintStream out)
      • main

        public static void main​(String[] args)