iryndin / jdbf

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

Issue #5 fix #8

Closed lifchicker closed 9 years ago

lifchicker commented 9 years ago

Don't load DBF and MEMO files into memory when reading it. Replaced ByteArrayInputStream by BufferedInputStream.

Tested on big foxpro table (700Mb).