| Package | Description |
|---|---|
| xyz.cofe.data.store |
| Modifier and Type | Class and Description |
|---|---|
class |
CSVStore |
| Modifier and Type | Method and Description |
|---|---|
CSVDesc |
CSVDesc.clone()
Клонирование объекта
|
| Modifier and Type | Method and Description |
|---|---|
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 строки
|
Pair<String,Integer> |
CSVUtil.parseQoutedString(String line,
int beginIndex,
CSVDesc desc)
Парсинг экранированной строки (ячейки).
|
String |
CSVUtil.toString(String[] cells,
CSVDesc desc) |
protected String |
CSVUtil.toStringNonFixedWidthLine(String[] cells,
CSVDesc desc) |
| Constructor and Description |
|---|
CSVDesc(CSVDesc src)
Конструктор копирования
|
Copyright © 2018. All rights reserved.