oskit-kmp
Toggle table of contents
5.0.0
common
Platform filter
common
Switch theme
Search in API
oskit-kmp
oskit-kmp
/
com.outsidesource.oskitkmp.lib
/
toBytesLe
to
Bytes
Le
fun
Short
.
toBytesLe
(
buffer
:
ByteArray
=
ByteArray(2)
,
start
:
Int
=
0
)
:
ByteArray
fun
UShort
.
toBytesLe
(
buffer
:
ByteArray
=
ByteArray(2)
,
start
:
Int
=
0
)
:
ByteArray
fun
Int
.
toBytesLe
(
buffer
:
ByteArray
=
ByteArray(4)
,
start
:
Int
=
0
)
:
ByteArray
fun
UInt
.
toBytesLe
(
buffer
:
ByteArray
=
ByteArray(4)
,
start
:
Int
=
0
)
:
ByteArray
fun
Long
.
toBytesLe
(
buffer
:
ByteArray
=
ByteArray(8)
,
start
:
Int
=
0
)
:
ByteArray
fun
ULong
.
toBytesLe
(
buffer
:
ByteArray
=
ByteArray(8)
,
start
:
Int
=
0
)
:
ByteArray
fun
Float
.
toBytesLe
(
buffer
:
ByteArray
=
ByteArray(4)
,
start
:
Int
=
0
)
:
ByteArray
fun
Double
.
toBytesLe
(
buffer
:
ByteArray
=
ByteArray(8)
,
start
:
Int
=
0
)
:
ByteArray