org.easycsv.handler
Class CsvFileHandler

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

public final class CsvFileHandler
extends java.lang.Object

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

Method Summary
static void exportCsv(ExportSettings exportSettings, CsvDataStore csvDataStore, java.io.File file)
           
static CsvDataStore importCsv(ImportSettings importSettings, java.io.File file)
           
 
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.io.File file)
                              throws CsvException
Throws:
CsvException

exportCsv

public static void exportCsv(ExportSettings exportSettings,
                             CsvDataStore csvDataStore,
                             java.io.File file)
                      throws java.io.IOException
Throws:
java.io.IOException


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