Overview
>
klyn.io.csv
>
CSVReader
>
operator[]
Version 0.1.2
Overview
Index
Tree
Deprecated
klyn.io.csv.CSVReader.operator[]
method
public operator[](index as Int) as ArrayList<String>:
Description
Returns one parsed row.
Parameters
index Zero-based row index. Negative indices are delegated to the underlying list implementation.