korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-serialization
/
korlibs.io.serialization.csv
Package-level
declarations
Types
Types
CSV
Link copied to clipboard
class
CSV
(
val
lines
:
List
<
List
<
String
>
>
,
val
names
:
List
<
String
>
?
=
null
)
:
Collection
<
CSV.Record
>