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