toShortBuffer

fun ShortArray.toShortBuffer(): ShortBuffer

Returns a direct primitive buffer containing all of the elements of this short array.

fun Array<out Short>.toShortBuffer(): ShortBuffer

Returns a direct Short buffer containing all of the elements of this generic array.