jp.sourceforge.csvparser
Class BulkCSVHandler

java.lang.Object
  extended byjp.sourceforge.csvparser.BulkCSVHandler
All Implemented Interfaces:
CSVHandler

public class BulkCSVHandler
extends java.lang.Object
implements CSVHandler


Constructor Summary
BulkCSVHandler()
           
 
Method Summary
 boolean character(char ch)
           
 boolean endDocument()
           
 boolean endRecord()
           
 boolean endValue()
           
 java.lang.String[][] getRecords()
           
 boolean startDocument()
           
 boolean startRecord()
           
 boolean startValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BulkCSVHandler

public BulkCSVHandler()
Method Detail

startDocument

public boolean startDocument()
Specified by:
startDocument in interface CSVHandler

startRecord

public boolean startRecord()
Specified by:
startRecord in interface CSVHandler

startValue

public boolean startValue()
Specified by:
startValue in interface CSVHandler

character

public boolean character(char ch)
Specified by:
character in interface CSVHandler

endValue

public boolean endValue()
Specified by:
endValue in interface CSVHandler

endRecord

public boolean endRecord()
Specified by:
endRecord in interface CSVHandler

endDocument

public boolean endDocument()
Specified by:
endDocument in interface CSVHandler

getRecords

public java.lang.String[][] getRecords()


Copyright © 2005 UENO Shuhey. All Rights Reserved.