Releases: albfernandez/javadbf
Releases · albfernandez/javadbf
JavaDBF 1.8.0
Added DBC -> DBF file converter
JavaDBF 1.7.1
- Fixes a bug decompressing some DBC DATASUS files
JavaDBF 1.7.0
- DBC (DATASUS) files basic support
- Open some atributtes and methods to be used in child classes
- get Fields by name
JavaDBF 1.6.2
Some DBF files stores "." for 0
JavaDBF 1.6.1
- Fix: IBM866 and IBM865 charset are mixed up in DBFCharsetHelper
JavaDBF 1.6.0
New class DBFLockWrite that locks the file when "direct writting" is used.
It's slow but safe if you are using multiple threads.
JavaDBF 1.5.3
Preserve reserved space in header (if present) in write mode
JavaDBF 1.5.2
Fix documentation
JavaDBF 0.9.3
Fix file corruption when only is the header
JavaDBF 1.5.1
Fix a bug that corrupts files in sync mode if the file has no records (only the header)