public final class DbaseFileReader.Row
extends java.lang.Object
| Constructor and Description |
|---|
Row() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
read(int column)
Reads in a single item from the database row at the given column.
|
public java.lang.Object read(int column)
throws java.io.IOException
column - Column to read.java.io.IOException - Thrown if problem reading the record.