iryndin / jdbf

Java utility to read/write DBF files
108 stars 77 forks source link

Add flag that shows if record is deleted #7

Closed iryndin closed 10 years ago

iryndin commented 10 years ago

For now, deleted records are read together with not deleted ones. However, there is now any way to check if record is deleted. We should add such a way: this will be boolean flag that checks if record is deleted or not. So, add flag that shows if record is deleted.

iryndin commented 10 years ago

Added DbfRecord.isDeleted() method that checks if record is deleted