toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.io.stream
/
readLine
read
Line
suspend
fun
AsyncInputStream
.
readLine
(
eol
:
Char
=
'\n'
,
charset
:
Charset
=
UTF8
,
initialCapacity
:
Int
=
4096
)
:
String