Class ByteUtils

    • Method Detail

      • concat

        public static byte[] concat​(byte[] arrayOne,
                                    byte[] arrayTwo)
        Concatenate two byte arrays.
        Parameters:
        arrayOne - the first input array.
        arrayTwo - the second input array
        Returns:
        the concatenation of the first and second input array.