List of utility methods to do Byte Array Clear
for (int i = 0; i < length; ++i, ++offset) array[offset] = 0;