Package | Description |
---|---|
de.larssh.utils.text |
Utilities for strings
|
Modifier and Type | Method and Description |
---|---|
static Csv |
StringConverters.decodeCsv(String data,
char separator,
char escaper)
Parses the CSV data given by
data . |
Csv |
CsvRow.getCsv()
Reference to the parent CSV object
|
static Csv |
Csv.parse(Reader reader,
char separator,
char escaper)
Parses the CSV data given by
reader , starting at the current
position. |
Csv |
Csv.unmodifiable()
Marks the CSV object as unmodifiable
|
Copyright © 2025. All rights reserved.