- CARRIAGE_RETURN - Static variable in interface net.sf.csv4j.CSVConstants
-
- close() - Method in class net.sf.csv4j.CSVReader
-
Closes the input
- close() - Method in class net.sf.csv4j.CSVWriter
-
- continueProcessing() - Method in interface net.sf.csv4j.CSVBeanProcessor
-
Indicates if the line processing should continue.
- continueProcessing() - Method in interface net.sf.csv4j.CSVFieldMapProcessor
-
Indicates if the line processing should continue.
- continueProcessing() - Method in interface net.sf.csv4j.CSVLineProcessor
-
Indicates if the line processing should continue.
- continueProcessing() - Method in interface net.sf.csv4j.CSVSortedFieldMapProcessor
-
Indicates if the line processing should continue.
- countFields(String) - Method in class net.sf.csv4j.CSVParser
-
Assumes this is one line of CSV text
- countFields() - Method in class net.sf.csv4j.CSVReader
-
Reads and parses the next CSV line from the input.
- countTokens() - Method in class net.sf.csv4j.CSVTokenizer
-
Indicates how many tokens are left.
- countTokens() - Method in interface net.sf.csv4j.Tokenizer
-
Indicates how many tokens are left.
- CSVBeanProcessor<T> - Interface in net.sf.csv4j
-
Similar interface to the
CSVLineProcessor interface
for processing CSV lines
except that the field values are written to a bean object.
- CSVConstants - Interface in net.sf.csv4j
-
Various common constants.
- CSVFieldMapProcessor - Interface in net.sf.csv4j
-
Similar interface to the
CSVLineProcessor interface
for processing CSV lines
except that the lines are processed as a
Map of field name and values.
- CSVFileProcessor - Class in net.sf.csv4j
-
Provides an easy to use mechanism to process CSV files.
- CSVFileProcessor() - Constructor for class net.sf.csv4j.CSVFileProcessor
-
Constructor.
- CSVFileReaderProcessor - Class in net.sf.csv4j
-
Provides an easy to use mechanism to process CSV files.
- CSVFileReaderProcessor() - Constructor for class net.sf.csv4j.CSVFileReaderProcessor
-
Constructor.
- CSVLineProcessor - Interface in net.sf.csv4j
-
Interface for processing CSV lines for the optional header
and the data lines.
- CSVParser - Class in net.sf.csv4j
-
Parses CSV lines of text.
- CSVParser() - Constructor for class net.sf.csv4j.CSVParser
-
Constructor with default delimiter (,) and trimFields (true).
- CSVParser(char, boolean) - Constructor for class net.sf.csv4j.CSVParser
-
Constructs the parser with specified options
- CSVReader - Class in net.sf.csv4j
-
Reads and parses CSV lines from an input source.
- CSVReader(Reader) - Constructor for class net.sf.csv4j.CSVReader
-
Constructs a CSV reader with the default options.
- CSVReader(Reader, char) - Constructor for class net.sf.csv4j.CSVReader
-
Constructs a CSV reader with the specified options.
- CSVReader(Reader, char, char) - Constructor for class net.sf.csv4j.CSVReader
-
Constructs a CSV reader with the specified options.
- CSVReaderProcessor - Class in net.sf.csv4j
-
Provides an easy to use mechanism to process CSV streams.
- CSVReaderProcessor() - Constructor for class net.sf.csv4j.CSVReaderProcessor
-
Constructor.
- CSVSortedFieldMapProcessor - Interface in net.sf.csv4j
-
Similar interface to the
CSVLineProcessor interface
for processing CSV lines
except that the lines are processed as a
SortedMap of field name and values.
- CSVStreamProcessor - Class in net.sf.csv4j
-
Provides an easy to use mechanism to process CSV streams.
- CSVStreamProcessor() - Constructor for class net.sf.csv4j.CSVStreamProcessor
-
Constructor.
- CSVTokenizer - Class in net.sf.csv4j
-
- CSVTokenizer(String) - Constructor for class net.sf.csv4j.CSVTokenizer
-
Creates a tokenizer from the specified CSV line.
- CSVWriter - Class in net.sf.csv4j
-
Writes output lines in CSV format.
- CSVWriter(Writer) - Constructor for class net.sf.csv4j.CSVWriter
-
Constructor.
- CSVWriter(Writer, char) - Constructor for class net.sf.csv4j.CSVWriter
-
Constructor.
- CSVWriter(Writer, char, char) - Constructor for class net.sf.csv4j.CSVWriter
-
Constructor.