Package de.ufinke.cubaja.csv
Package for processing CSV data.
Main classes are
CsvReader
and
CsvWriter.
Copyright (c) 2009 - 2010, Uwe Finke. All rights reserved.
Subject to
BSD License.
See license.txt distributed with this library.
-
Interface Summary Interface Description ColumnEditor Column content editor.ErrorHandler CsvExceptionhandler.ObjectFactory Interface needed internally for bytecode generation.ObjectWriter Interface needed internally for bytecode generation.RowFilter Row filter.RowFormatter Row formatter forCsvWriter.RowParser Row parser. -
Class Summary Class Description ColConfig CSV column properties.CollectingErrorHandler ErrorHandlerwhich collects exceptions.CsvConfig Global configuration properties.CsvReader CSV reader.CsvWriter CSV writer.DefaultErrorHandler DefaultErrorHandler.DefaultRowFormatter Default row formatter.DefaultRowParser DefaultRowParserimplementation.ReplaceConfig Replacement definition. -
Exception Summary Exception Description CsvException Exception thrown during CSV processing.