jp.osdl.jbento2.analyzer
クラス TextTableParser

java.lang.Object
  上位を拡張 jp.osdl.jbento2.analyzer.TextTableParser

public class TextTableParser
extends Object


コンストラクタの概要
TextTableParser(Reader r, String delimiter)
           
 
メソッドの概要
 String get(int row, int column)
           
 int getColumnCount()
           
 int getRowCount()
           
 int searchColumnIndex(String s)
           
 int searchRowIndex(String s)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

TextTableParser

public TextTableParser(Reader r,
                       String delimiter)
                throws IOException
例外:
IOException
メソッドの詳細

getRowCount

public int getRowCount()

getColumnCount

public int getColumnCount()

searchRowIndex

public int searchRowIndex(String s)

searchColumnIndex

public int searchColumnIndex(String s)

get

public String get(int row,
                  int column)


Copyright © 2005-2008 The JBento Project. All Rights Reserved.