forcewake / FlatFile

FlatFile is a library to work with flat files
MIT License
106 stars 39 forks source link

Expose Read(StreamReader) in FixedLengthFileMultiEngine #62

Closed mniak closed 6 years ago

mniak commented 6 years ago

I noticed the existence of a method Read(StreamReader streamReader) in the class FixedLengthFileMultiEngine but it is not in the corresponding interface: FixedLengthFileMultiEngine

mniak commented 6 years ago

I've done two Pull Requests

For #64, the build is failing but I think it's not my fault.