kool
/
kool.lib
/
toTypedArray
to
Typed
Array
fun
ByteBuffer
.
toTypedArray
():
Array
<
Byte
>
Content copied to clipboard
fun
ShortBuffer
.
toTypedArray
():
Array
<
Short
>
Content copied to clipboard
fun
IntBuffer
.
toTypedArray
():
Array
<
Int
>
Content copied to clipboard
fun
LongBuffer
.
toTypedArray
():
Array
<
Long
>
Content copied to clipboard
fun
FloatBuffer
.
toTypedArray
():
Array
<
Float
>
Content copied to clipboard
fun
DoubleBuffer
.
toTypedArray
():
Array
<
Double
>
Content copied to clipboard
fun
CharBuffer
.
toTypedArray
():
Array
<
Char
>
Content copied to clipboard
Returns a typed object buffer containing all of the elements of this direct primitive buffer.