iryndin / jdbf

Java utility to read/write DBF files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add flag that shows if record is deleted

iryndin opened this issue · comments

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.

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