org.easycsv.handler
Class CsvByteArrayHandler

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

public final class CsvByteArrayHandler
extends java.lang.Object

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

Method Summary
static byte[] exportCsv(ExportSettings exportSettings, CsvDataStore csvDataStore)
           
static CsvDataStore importCsv(ImportSettings importSettings, byte[] byteArray)
           
 
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,
                                     byte[] byteArray)
                              throws CsvException
Throws:
CsvException

exportCsv

public static byte[] exportCsv(ExportSettings exportSettings,
                               CsvDataStore csvDataStore)
                        throws java.io.IOException
Throws:
java.io.IOException


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