List of utility methods to do Byte Array Expand
System.arraycopy(array, 0, array = new byte[array.length + increment], 0, array.length - increment); return array;