korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-io-stream
/
korlibs.io.stream
/
readStringz
read
Stringz
suspend
fun
AsyncInputStream
.
readStringz
(
charset
:
Charset
=
UTF8
)
:
String
suspend
fun
AsyncInputStream
.
readStringz
(
len
:
Int
,
charset
:
Charset
=
UTF8
)
:
String
fun
SyncInputStream
.
readStringz
(
len
:
Int
)
:
String
fun
SyncInputStream
.
readStringz
(
charset
:
Charset
=
UTF8
,
zero
:
Byte
=
0
)
:
String
fun
SyncInputStream
.
readStringz
(
len
:
Int
,
charset
:
Charset
=
UTF8
)
:
String