iryndin / jdbf

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

Don't define some DBF file types correctly #9

Closed iryndin closed 9 years ago

iryndin commented 9 years ago

If file type flag is greter than 0x7F DbfFileTypeEnum does not correctly define DBF file type. This is due to incorrect byte -> int conversion