Reads a single field from the current record and returns it. Remember to call {@link #read()} beforestarting to read fields from the dbf, and call it every time you need to move to the next record.
@param fieldNum The field number to be read (zero based)
@throws IOException If an error occurs.
@return The value of the field
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.