toggle menu
RootEncoder
androidJvm
switch theme
search in API
common
/
com.pedro.common.socket
/
TcpStreamSocket
/
write
write
suspend
fun
write
(
b
:
Int
)
:
Unit
?
suspend
fun
write
(
b
:
ByteArray
)
:
Unit
?
suspend
fun
write
(
b
:
ByteArray
,
offset
:
Int
,
size
:
Int
)
:
Unit
?
suspend
fun
write
(
string
:
String
)
:
Unit
?