iryndin / jdbf

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

to change the scope of the method getInteger to public #31

Closed flambrette closed 7 years ago

flambrette commented 7 years ago

I had difficulties reading an Integer field from a file. I tried with DbdRecord.getString(fieldName) and DbdRecord.getBigDecimal(fieldName) but i received an unexpected result. So i found a solution with the method toMap(fieldName) but the easiest way seems to use the method getInteger from DbfRecord. Unfortunetly this method is private.

iryndin commented 7 years ago

@flambrette could you please make a pull request which makes getInteger public instead of private ?

iryndin commented 7 years ago

Closing this issue since PR fixing it is merged now. @flambrette thanks for providing pull request!