I have this Byte[] array that has 10 elements i.e {10, 10, 10, 10, 10, 10, 10, 10, 10, 10} and I need to split the array into 5 different Byte[] arrays each contain
{10, 10, 10, 10, 10, 10, 10, 10, 10, 10}