|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
---|---|
AbstractCSVReader | Abstract base class to read data from several CSV-like file formats. |
AbstractCSVWriter | Abstract base class to read data from several CSV-like file formats. |
CSVFactory | Utility class to create CSV readers and writers based on an input file and a format string that describes the format of the CSV file. |
CSVReader | Class to read data from a CSV (Comma Separated Value) file, supporting different separator characters and quoted values. |
CSVReaderBuilder | An AbstractCSVWriter where you can write records into and then call
the CSVReaderBuilder.toReader() method to build an AbstractCSVReader that can
read exactly these records. |
CSVWriter | Class to create CSV files. |
FixedWidthColumn | A column of a fixed-width CSV file. |
FixedWidthCSVReader | Class to read data from a fixed width CSV (Comma Separated Value) file, where every column has a fixed width and may optionally additionally delimited by separator characters. |
FixedWidthCSVWriter | Class to create fixed width CSV (Comma Separated Value) files, where every column has a fixed width and may optionally additionally delimited by separator characters. |
PropertiesCSVReader | Class to read data from a Properties file as if it was a CSV (Comma
Separated Value) file. |
PropertiesCSVWriter | Class to create a Properties file as if it was a CSV (Comma Separated
Value) file. |
XMLCSVReader | Class to read data from an XML file as if it was a CSV (Comma Separated Value) file. |
XMLCSVWriter | Class to create an XML file as if it was a CSV (Comma Separated Value) file. |
XPathCSVReader | Class to read data from an XML file as if it was a CSV (Comma Separated
Value) file, using XPathExpression s for the columns. |
Enum Summary | |
---|---|
FixedWidthColumn.Alignment | Enumeration of possible column alignments. |
This package contains utility classes useful for parsing and creating CSV and similar column-based files.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |