mapbox-maps-android
mapbox-maps-android
/
com.mapbox.bindgen
/
ArrayUtils
/
toByteArray
to
Byte
Array
open
fun
toByteArray
(
@
NonNull
list
:
List
<
Byte
>
)
:
Array
<
Byte
>
Convert list of Byte objects to the array of bytes
Return
The array of bytes
Parameters
list
The list of Byte objects