kotlinx.coroutines
kotlinx-coroutines-io
/
kotlinx.coroutines.experimental.io
/
readUTF8Line
readUTF8Line
suspend
fun
ByteReadChannel
.
readUTF8Line
(
estimate
:
Int
=
16
,
limit
:
Int
=
Int.MAX_VALUE
)
:
String
?