Kotlin/JS GitHub Actions SDK
1.6.0
Kotlin JS GitHub Action SDK
/
com.rnett.action
/
asByteArray
as
Byte
Array
fun
ArrayBuffer
.
asByteArray
(
byteOffset
:
Int
=
0
,
length
:
Int
=
this.byteLength
)
:
ByteArray
(
source
)
fun
Int8Array
.
asByteArray
(
)
:
ByteArray
(
source
)
fun
Uint8Array
.
asByteArray
(
)
:
ByteArray
(
source
)
Non-copying conversion to a Kotlin
ByteArray
.