Object[] input, output; ... System.arraycopy(input, 0, output, 0, output.length);
input
output.length
output