toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.io.stream
/
writeBytes
write
Bytes
suspend
fun
AsyncOutputStream
.
writeBytes
(
data
:
ByteArray
)
suspend
fun
AsyncOutputStream
.
writeBytes
(
data
:
ByteArray
,
position
:
Int
,
length
:
Int
)
fun
SyncOutputStream
.
writeBytes
(
data
:
ByteArray
)
fun
SyncOutputStream
.
writeBytes
(
data
:
ByteArray
,
position
:
Int
,
length
:
Int
)