List of utility methods to do Byte Array Fill
for (int i = 0; i < array.length; i++) { array[i] = value;