com.ibm.ccd.portal
Class CSVParser

java.lang.Object
  extended by com.ibm.ccd.portal.CSVParser

public class CSVParser
extends java.lang.Object


Constructor Summary
CSVParser(java.io.BufferedReader reader)
           
 
Method Summary
 java.lang.String nextLine()
           
 java.util.ArrayList splitLine()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSVParser

public CSVParser(java.io.BufferedReader reader)
Method Detail

splitLine

public java.util.ArrayList splitLine()
                              throws java.lang.Exception
Throws:
java.lang.Exception

nextLine

public java.lang.String nextLine()
                          throws java.lang.Exception
Throws:
java.lang.Exception