42BV / CSVeed

Light-weight, easy-to-use Java-based CSV utility
Apache License 2.0
100 stars 22 forks source link

readBean() needs javadocs on EOF handling #52

Closed j256 closed 1 year ago

j256 commented 9 years ago

Right now BeanReader.readBean() and CsvClient.readBean() don't have any information about how to detect EOF. Should be:

 @return Bean read from the reader or null on EOF.

Thanks.

hazendaz commented 1 year ago

closing as duplicate of javadoc issues on https://github.com/42BV/CSVeed/issues/50. Will be looking at all and will review this again as it will now be linked.