| 类 | 说明 |
|---|---|
| CsvFormat |
Specifies the format of a CSV file and parses input.
|
| CsvParser |
Parses CSV files according to the specified format.
|
| CsvPrinter |
Prints values in a
CSV format. |
| CsvRecord |
A CSV record parsed from a CSV file.
|
| 枚举 | 说明 |
|---|---|
| CsvFormat.Predefined |
Predefines formats.
|
| QuoteMode |
Defines quoting behavior when printing.
|
Copyright © 2020. All rights reserved.