arraythe int array which the new buffer will be based on.
Documentation for this section has not yet been entered.
Creates a new int buffer by wrapping the given int array.
Calling this method has the same effect as wrap(array, 0, array.length).
[Android Documentation]