Uses of Class
xyz.cofe.data.table.store.CSVDesc

Packages that use CSVDesc 
Package Description
xyz.cofe.data.table.store  
  • Uses of CSVDesc in xyz.cofe.data.table.store

    Subclasses of CSVDesc in xyz.cofe.data.table.store 
    Modifier and Type Class Description
    class  CSVStore  
    Methods in xyz.cofe.data.table.store that return CSVDesc 
    Modifier and Type Method Description
    CSVDesc CSVDesc.clone()
    Клонирование объекта
    Methods in xyz.cofe.data.table.store with parameters of type CSVDesc 
    Modifier and Type Method Description
    xyz.cofe.fn.Pair<java.lang.String,​java.lang.Integer> CSVUtil.parseCellDelimiter​(java.lang.String line, int beginIndex, CSVDesc desc)
    Парсинг разделителя между ячейками
    java.lang.String[] CSVUtil.parseFixedWidthLine​(java.lang.String line, CSVDesc desc)
    Парсинг CSV строки
    java.lang.String[] CSVUtil.parseLine​(java.lang.String line, CSVDesc desc)
    Парсинг CSV строки
    java.lang.String[] CSVUtil.parseNonFixedWidthLine​(java.lang.String line, CSVDesc desc)
    Парсинг CSV строки
    xyz.cofe.fn.Pair<java.lang.String,​java.lang.Integer> CSVUtil.parseQoutedString​(java.lang.String line, int beginIndex, CSVDesc desc)
    Парсинг экранированной строки (ячейки).
    quotedLine ::= {any_char} cellQuote { ( nonQuotedChar | quotedChar ) } cellQuote.
    java.lang.String CSVUtil.toString​(java.lang.Iterable<java.lang.String> cells, CSVDesc desc)
    Преобразование значений в строку CSV
    java.lang.String CSVUtil.toString​(java.lang.String[] cells, CSVDesc desc)
    Преобразование значений в строку CSV
    java.lang.String CSVUtil.toString​(java.util.List<java.lang.String> cells, CSVDesc desc)
    Преобразование значений в строку CSV
    protected java.lang.String CSVUtil.toStringNonFixedWidthLine​(java.lang.String[] cells, CSVDesc desc)  
    Constructors in xyz.cofe.data.table.store with parameters of type CSVDesc 
    Constructor Description
    CSVDesc​(CSVDesc src)
    Конструктор копирования