org.encog.util.csv
Class ParseCSVLine

java.lang.Object
  extended by org.encog.util.csv.ParseCSVLine

public class ParseCSVLine
extends Object


Constructor Summary
ParseCSVLine(CSVFormat theFormat)
           
 
Method Summary
 List<String> parse(String line)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParseCSVLine

public ParseCSVLine(CSVFormat theFormat)
Method Detail

parse

public List<String> parse(String line)


Copyright © 2014. All Rights Reserved.