jp.sourceforge.csvparser
Class SingleRecordCSVHandler
java.lang.Object
jp.sourceforge.csvparser.SingleRecordCSVHandler
- All Implemented Interfaces:
- CSVHandler
- public class SingleRecordCSVHandler
- extends java.lang.Object
- implements CSVHandler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SingleRecordCSVHandler
public SingleRecordCSVHandler()
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.