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