| Package | Description |
|---|---|
| xyz.cofe.gui.swing.table.de |
| Modifier and Type | Field and Description |
|---|---|
protected CSVDesc |
CSVExchanger.csvFormat |
| Modifier and Type | Method and Description |
|---|---|
CSVDesc |
CSVDesc.clone()
Клонирование объекта
|
CSVDesc |
CSVExchanger.getCsvFormat() |
| Modifier and Type | Method and Description |
|---|---|
xyz.cofe.collection.Pair<String,Integer> |
CSVUtil.parseCellDelimiter(String line,
int beginIndex,
CSVDesc desc)
Парсинг разделителя между ячейками
|
String[] |
CSVUtil.parseFixedWidthLine(String line,
CSVDesc desc)
Парсинг CSV строки
|
String[] |
CSVUtil.parseLine(String line,
CSVDesc desc)
Парсинг CSV строки
|
String[] |
CSVUtil.parseNonFixedWidthLine(String line,
CSVDesc desc)
Парсинг CSV строки
|
xyz.cofe.collection.Pair<String,Integer> |
CSVUtil.parseQoutedString(String line,
int beginIndex,
CSVDesc desc)
Парсинг экранированной строки (ячейки).
|
void |
CSVExchanger.setCsvFormat(CSVDesc desc) |
String |
CSVUtil.toString(String[] cells,
CSVDesc desc) |
protected String |
CSVUtil.toStringNonFixedWidthLine(String[] cells,
CSVDesc desc) |
| Constructor and Description |
|---|
CSVDesc(CSVDesc src)
Конструктор копирования
|
Copyright © 2019. All rights reserved.