org.dasein.util
Class CSVParser

java.lang.Object
  extended by org.dasein.util.CSVParser

public class CSVParser
extends Object


Nested Class Summary
 class CSVParser.Record
           
 
Constructor Summary
CSVParser(File f)
           
CSVParser(File f, String d, String e)
           
CSVParser(String fname)
           
CSVParser(String fname, String d, String e)
           
 
Method Summary
 String getDelimiter()
           
 String getEncloser()
           
static void main(String... args)
           
 CSVParser.Record next()
           
 CSVParser.Record parse(String line)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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.