jp.sourceforge.csvparser
クラス SingleRecordCSVHandler

java.lang.Object
  拡張jp.sourceforge.csvparser.SingleRecordCSVHandler
すべての実装インタフェース:
CSVHandler

public class SingleRecordCSVHandler
extends java.lang.Object
implements CSVHandler


コンストラクタの概要
SingleRecordCSVHandler()
           
 
メソッドの概要
 boolean character(char ch)
           
 boolean endDocument()
           
 boolean endRecord()
           
 boolean endValue()
           
 java.lang.String[] getRecord()
           
 boolean startDocument()
           
 boolean startRecord()
           
 boolean startValue()
           
 
クラス 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.