jwo.utils.dbase
Class DbaseFileReader.Row

java.lang.Object
  extended byjwo.utils.dbase.DbaseFileReader.Row
Enclosing class:
DbaseFileReader

public final class DbaseFileReader.Row
extends Object

Stores an individual row in the database.


Constructor Summary
DbaseFileReader.Row()
           
 
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
 

Constructor Detail

DbaseFileReader.Row

public DbaseFileReader.Row()
Method Detail

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-2005, last modified, 11th March, 2005