Class DBFReader
java.lang.Object
org.jumpmind.symmetric.route.parse.DBFReader
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
getField
(int i) int
boolean
boolean
Object[]
Object[]
nextRecord
(Charset charset) void
setValidate
(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)
-