jp.osdl.jbento2.analyzer
クラス TextTableParser
java.lang.Object
jp.osdl.jbento2.analyzer.TextTableParser
public class TextTableParser
- extends Object
クラス 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.