jp.sourceforge.csvparser
Class BasicCSVUtility

java.lang.Object
  extended byjp.sourceforge.csvparser.BasicCSVUtility
All Implemented Interfaces:
CSVUtility

public class BasicCSVUtility
extends java.lang.Object
implements CSVUtility


Constructor Summary
BasicCSVUtility()
           
BasicCSVUtility(CSVParser parser)
           
 
Method Summary
protected  BulkCSVHandler createBulkCSVHandler()
           
 CSVReader createCSVReader(java.io.Reader reader)
           
 CSVParser getParser()
           
 java.lang.String[][] parse(java.io.Reader reader)
           
 void setParser(CSVParser parser)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicCSVUtility

public BasicCSVUtility()

BasicCSVUtility

public BasicCSVUtility(CSVParser parser)
Method Detail

parse

public java.lang.String[][] parse(java.io.Reader reader)
                           throws java.io.IOException
Specified by:
parse in interface CSVUtility
Throws:
java.io.IOException

createBulkCSVHandler

protected BulkCSVHandler createBulkCSVHandler()

createCSVReader

public CSVReader createCSVReader(java.io.Reader reader)
Specified by:
createCSVReader in interface CSVUtility

getParser

public CSVParser getParser()

setParser

public void setParser(CSVParser parser)


Copyright © 2005 UENO Shuhey. All Rights Reserved.