sdk
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
sdk
sdk
/
com.m8test.script.core.api.http.common
/
ByteWriteChannel
/
writeByte
write
Byte
abstract
fun
writeByte
(
scope
:
CoroutineScope
,
value
:
Byte
)
:
Deferred
<
Unit
>
异步地向通道写入一个单独的字节。
Return
一个
Deferred
<
Unit
> 对象,在写入完成后完成。
Parameters
scope
执行异步写入操作的协程作用域。
value
要写入的
Byte
值。