jp.sourceforge.csvparser
クラス BasicCSVParser

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

public class BasicCSVParser
extends java.lang.Object
implements CSVParser


コンストラクタの概要
BasicCSVParser()
           
BasicCSVParser(char delimiter)
           
 
メソッドの概要
 char getDelimiter()
           
 void parse(java.io.Reader reader, CSVHandler handler)
           
 void setDelimiter(char delimiter)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

BasicCSVParser

public BasicCSVParser()

BasicCSVParser

public BasicCSVParser(char delimiter)
メソッドの詳細

parse

public void parse(java.io.Reader reader,
                  CSVHandler handler)
           throws java.io.IOException
定義:
インタフェース CSVParser 内の parse
例外:
java.io.IOException

getDelimiter

public char getDelimiter()

setDelimiter

public void setDelimiter(char delimiter)


Copyright © 2005 UENO Shuhey. All Rights Reserved.