org.easycsv.handler
Class CsvStringHandler

java.lang.Object
  extended by org.easycsv.handler.CsvStringHandler

public final class CsvStringHandler
extends java.lang.Object

Version:
$LastChangedRevision:12 $
Author:
Oliver J. Siegmar

Method Summary
static java.lang.String exportCsv(ExportSettings exportSettings, CsvDataStore csvDataStore)
           
static CsvDataStore importCsv(ImportSettings importSettings, java.util.List<java.lang.String> strings)
           
static CsvDataStore importCsv(ImportSettings importSettings, java.lang.String string)
           
static CsvDataStore importCsv(ImportSettings importSettings, java.lang.String[] strings)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

importCsv

public static CsvDataStore importCsv(ImportSettings importSettings,
                                     java.lang.String string)
                              throws CsvException
Throws:
CsvException

importCsv

public static CsvDataStore importCsv(ImportSettings importSettings,
                                     java.util.List<java.lang.String> strings)
                              throws CsvException
Throws:
CsvException

importCsv

public static CsvDataStore importCsv(ImportSettings importSettings,
                                     java.lang.String[] strings)
                              throws CsvException
Throws:
CsvException

exportCsv

public static java.lang.String exportCsv(ExportSettings exportSettings,
                                         CsvDataStore csvDataStore)
                                  throws java.io.IOException
Throws:
java.io.IOException


Copyright 2005-2005-2006 null. All Rights Reserved.