toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-foundation
/
korlibs.memory
/
setInt8
set
Int8
fun
Buffer
.
setInt8
(
index
:
Int
,
value
:
Byte
)
Deprecated
Replace with
set8(index, value)
Content copied to clipboard
fun
Buffer
.
setInt8
(
index
:
Int
,
value
:
Int
)
Deprecated
Replace with
set16LE(index, value.toShort())
Content copied to clipboard