Package | Description |
---|---|
org.supercsv.io |
Provides the various readers and writers used to read/write Strings, Maps, or Objects.
|
Modifier and Type | Class and Description |
---|---|
class |
CsvBeanWriter
CsvBeanWriter writes a CSV file by mapping each field on the bean to a column in the CSV file (using the supplied
name mapping).
|
class |
CsvListWriter
CsvListWriter is a simple writer capable of writing arrays and Lists to a CSV file.
|
class |
CsvMapWriter
CsvMapWriter writes Maps of Objects to a CSV file.
|
Copyright © 2007-2012 Super CSV. All Rights Reserved.