Interface | Description |
---|---|
Marshaler |
Component called by
CsvWriter.writeValue(java.lang.Object) to marshall value to text. |
SplitFunc<T> |
Split function used to tokenize the input
|
Unmarshaler |
Component used by
CsvReader.getObject(int, java.lang.Class<T>) to transform text to object. |
Class | Description |
---|---|
AbstractCsvScanner<T> | |
CsvColWriter |
CsvColWriter provides an interface for writing CSV data by row
(compatible with rfc4180 and extended with the option of having a separator other than ",").
|
CsvReader |
Provides an interface for reading CSV data by row
(compatible with rfc4180 and extended with the option of having a separator other than ",").
|
CsvScanner |
Provides an interface for reading CSV data by field
(compatible with rfc4180 and extended with the option of having a separator other than ",").
|
CsvWriter |
CsvWriter provides an interface for writing CSV data in accordance with the columns order
(compatible with rfc4180 and extended with the option of having a separator other than ",").
|
Scanner<T> |
Port of Go Scanner in Java.
|
Exception | Description |
---|---|
ScanException |
Copyright © 2018. All rights reserved.