jwo.utils.dbase
Class DbaseFileReader.Row
java.lang.Object
jwo.utils.dbase.DbaseFileReader.Row
- Enclosing class:
- DbaseFileReader
public final class DbaseFileReader.Row
- extends Object
Stores an individual row in the database.
Method Summary |
Object |
read(int column)
Reads in a single item from the database row at the given column. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DbaseFileReader.Row
public DbaseFileReader.Row()
read
public Object read(int column)
throws IOException
- Reads in a single item from the database row at the given column.
- Parameters:
column
- Column to read.
- Returns:
- Object read from this row at the given column.
- Throws:
IOException
Copyright Jo Wood, 1996-2009, last modified, 17th April, 2009