toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.io.serialization.csv
/
CSV
/
Companion
/
parse
parse
fun
parse
(
s
:
StrReader
,
separator
:
Char
=
DEFAULT_SEPARATOR
,
headerNames
:
Boolean
=
true
)
:
CSV
fun
parse
(
str
:
String
,
separator
:
Char
=
DEFAULT_SEPARATOR
,
headerNames
:
Boolean
=
true
)
:
CSV