| 程序包 | 说明 |
|---|---|
| com.jn.langx.text.csv |
| 限定符和类型 | 方法和说明 |
|---|---|
List<CsvRecord> |
CsvParser.getRecords()
Parses the CSV input according to the given format and returns the content as a list of
CSVRecords. |
Iterator<CsvRecord> |
CsvParser.iterator()
Returns an iterator on the records.
|
Copyright © 2021. All rights reserved.