org.progeeks.dbf
Class DbfTest

java.lang.Object
  extended by org.progeeks.dbf.DbfTest

public class DbfTest
extends java.lang.Object

Test soem DBF file reading.

Version:
$Revision$
Author:
Paul Speed

Constructor Summary
DbfTest(java.io.File f)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void printRecords()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DbfTest

public DbfTest(java.io.File f)
        throws java.io.IOException
Throws:
java.io.IOException
Method Detail

printRecords

public void printRecords()
                  throws java.io.IOException
Throws:
java.io.IOException

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2002-2003 Paul Speed. All Rights Reserved.