jp.sourceforge.csvparser
Class SingleRecordCSVHandler

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

public class SingleRecordCSVHandler
extends java.lang.Object
implements CSVHandler


Constructor Summary
SingleRecordCSVHandler()
           
 
Method Summary
 boolean character(char ch)
           
 boolean endDocument()
           
 boolean endRecord()
           
 boolean endValue()
           
 java.lang.String[] getRecord()
           
 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

SingleRecordCSVHandler

public SingleRecordCSVHandler()
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

getRecord

public java.lang.String[] getRecord()


Copyright © 2005 UENO Shuhey. All Rights Reserved.