com.partnersoft.io.formats.dbf
Class DBFDataRecordSource

java.lang.Object
  extended by com.partnersoft.data.DataRecordSource
      extended by com.partnersoft.io.formats.StreamingDataRecordSource
          extended by com.partnersoft.io.formats.dbf.DBFDataRecordSource
All Implemented Interfaces:
Coggable, java.lang.Iterable<Naming>

public class DBFDataRecordSource
extends StreamingDataRecordSource


Field Summary
static char CHARACTER
           
static char DATE
           
static char FLOAT
           
static char MEMO
           
static char NUMERIC
           
static int VERSION_DBT
           
static int VERSION_FOXBASE
           
static int VERSION_NO_DBT
           
static int VERSION_VISUAL_FOXPRO
           
 
Fields inherited from class com.partnersoft.data.DataRecordSource
showProgress, verbose
 
Constructor Summary
DBFDataRecordSource()
           
DBFDataRecordSource(java.lang.String path)
           
 
Method Summary
 DataRecordFetcher createFetcher()
          Creates a new fetcher to gather data for a new iteration.
static void main(java.lang.String[] argv)
           
 
Methods inherited from class com.partnersoft.io.formats.StreamingDataRecordSource
copyStateFrom, createInputStream, getPath, getPaths, getState, setInputStream, setPath, setPaths, setState
 
Methods inherited from class com.partnersoft.data.DataRecordSource
clone, getAfterActions, getBeforeActions, getShowProgress, getTransforms, isVerbose, iterator, setAfterActions, setBeforeActions, setShowProgress, setTransforms, setVerbose
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CHARACTER

public static final char CHARACTER
See Also:
Constant Field Values

DATE

public static final char DATE
See Also:
Constant Field Values

FLOAT

public static final char FLOAT
See Also:
Constant Field Values

NUMERIC

public static final char NUMERIC
See Also:
Constant Field Values

MEMO

public static final char MEMO
See Also:
Constant Field Values

VERSION_FOXBASE

public static final int VERSION_FOXBASE
See Also:
Constant Field Values

VERSION_NO_DBT

public static final int VERSION_NO_DBT
See Also:
Constant Field Values

VERSION_VISUAL_FOXPRO

public static final int VERSION_VISUAL_FOXPRO
See Also:
Constant Field Values

VERSION_DBT

public static final int VERSION_DBT
See Also:
Constant Field Values
Constructor Detail

DBFDataRecordSource

public DBFDataRecordSource()

DBFDataRecordSource

public DBFDataRecordSource(java.lang.String path)
Method Detail

main

public static void main(java.lang.String[] argv)

createFetcher

public DataRecordFetcher createFetcher()
Description copied from class: DataRecordSource
Creates a new fetcher to gather data for a new iteration.

Specified by:
createFetcher in class DataRecordSource