com.mancrd.ahah.commons.utils
Class CSVUtils

java.lang.Object
  extended by com.mancrd.ahah.commons.utils.CSVUtils

public class CSVUtils
extends Object

Author:
timmolter

Constructor Summary
CSVUtils()
           
 
Method Summary
static double[][] read(String path)
           
static void writeCSVRows(List<List<? extends Object>> listOfLists, String path2Dir, String fileName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSVUtils

public CSVUtils()
Method Detail

writeCSVRows

public static void writeCSVRows(List<List<? extends Object>> listOfLists,
                                String path2Dir,
                                String fileName)
Parameters:
listOfLists -
path2Dir -
fileName -

read

public static double[][] read(String path)


Copyright © 2013–2014 M. Alexander Nugent Consulting, Research and Devlopment. All rights reserved.