jp.sourceforge.csvparser
インタフェース CSVHandler

既知の実装クラスの一覧:
BulkCSVHandler, SingleRecordCSVHandler

public interface CSVHandler


メソッドの概要
 boolean character(char ch)
           
 boolean endDocument()
           
 boolean endRecord()
           
 boolean endValue()
           
 boolean startDocument()
           
 boolean startRecord()
           
 boolean startValue()
           
 

メソッドの詳細

startDocument

public boolean startDocument()

startRecord

public boolean startRecord()

startValue

public boolean startValue()

character

public boolean character(char ch)

endValue

public boolean endValue()

endRecord

public boolean endRecord()

endDocument

public boolean endDocument()


Copyright © 2005 UENO Shuhey. All Rights Reserved.