org.dasein.util
Class CSVParser
java.lang.Object
org.dasein.util.CSVParser
public class CSVParser
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CSVParser
public CSVParser(File f)
CSVParser
public CSVParser(File f,
String d,
String e)
CSVParser
public CSVParser(String fname)
CSVParser
public CSVParser(String fname,
String d,
String e)
getDelimiter
public String getDelimiter()
getEncloser
public String getEncloser()
parse
public CSVParser.Record parse(String line)
next
public CSVParser.Record next()
throws IOException
- Throws:
IOException
main
public static void main(String... args)
Copyright © 2011 enStratus Networks LLC. All Rights Reserved.