toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-foundation
/
korlibs.memory
/
getArrayInt8
get
Array
Int8
fun
Buffer
.
getArrayInt8
(
index
:
Int
,
out
:
ByteArray
,
offset
:
Int
=
0
,
size
:
Int
=
out.size - offset
)
:
ByteArray
Deprecated
Replace with
getS8Array(index * Byte.SIZE_BYTES, out, offset, size)
Content copied to clipboard