- original
- the original array
- newLength
- the length of the new array
Documentation for this section has not yet been entered.
Type Reason Java.Lang.NegativeArraySizeException if newLength Java.Lang.NullPointerException if original == null
Copies newLength elements from original into a new array. If newLength is greater than original.length, the result is padded with the value (byte) 0.