jp.sourceforge.csvparser
クラス SingleRecordCSVHandler
java.lang.Object
jp.sourceforge.csvparser.SingleRecordCSVHandler
- すべての実装インタフェース:
- CSVHandler
- public class SingleRecordCSVHandler
- extends java.lang.Object
- implements CSVHandler
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SingleRecordCSVHandler
public SingleRecordCSVHandler()
startDocument
public boolean startDocument()
- 定義:
- インタフェース
CSVHandler
内の startDocument
startRecord
public boolean startRecord()
- 定義:
- インタフェース
CSVHandler
内の startRecord
startValue
public boolean startValue()
- 定義:
- インタフェース
CSVHandler
内の startValue
character
public boolean character(char ch)
- 定義:
- インタフェース
CSVHandler
内の character
endValue
public boolean endValue()
- 定義:
- インタフェース
CSVHandler
内の endValue
endRecord
public boolean endRecord()
- 定義:
- インタフェース
CSVHandler
内の endRecord
endDocument
public boolean endDocument()
- 定義:
- インタフェース
CSVHandler
内の endDocument
getRecord
public java.lang.String[] getRecord()
Copyright © 2005 UENO Shuhey. All Rights Reserved.