Class DBFReader
java.lang.Object
org.jumpmind.symmetric.route.parse.DBFReader
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()getField(int i) intbooleanbooleanObject[]Object[]nextRecord(Charset charset) voidsetValidate(boolean validate)
-
Constructor Details
-
DBFReader
- Throws:
DBFException
-
DBFReader
- Throws:
DBFException
-
-
Method Details
-
getFieldCount
public int getFieldCount() -
getField
-
hasNextRecord
public boolean hasNextRecord() -
nextRecord
- Throws:
DBFException
-
nextRecord
- Throws:
DBFException
-
close
- Throws:
DBFException
-
isValidate
public boolean isValidate() -
setValidate
public void setValidate(boolean validate)
-