Class HBinary


  • public final class HBinary
    extends Object
    • Field Detail

      • HEX_ARRAY

        protected static final char[] HEX_ARRAY
    • Method Detail

      • toHex

        public static String toHex​(byte... bytes)
      • fromHex

        public static byte[] fromHex​(String string)
      • toBytes

        public static byte[] toBytes​(long... longs)
      • toLongs

        public static long[] toLongs​(byte... bytes)
      • toBytes

        public static byte[] toBytes​(int... ints)
      • toInts

        public static int[] toInts​(byte... bytes)