Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose TextReader and TextWriter methods #79

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

mthamil
Copy link

@mthamil mthamil commented Aug 11, 2018

This pull request adds public Read and Write methods that accept TextReader and TextWriter, respectively. Stream is useful in many cases, but more control is also sometimes necessary; for example, when it comes to file encodings.

I personally required this functionality to both be able to read an unusual encoding and to use a custom StreamReader implementation.

This fixes #62.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Expose Read(StreamReader) in FixedLengthFileMultiEngine
1 participant