HaveIBeenPwned / EmailAddressExtractor

A project to rapidly extract all email addresses from any files in a given path
BSD 3-Clause "New" or "Revised" License
64 stars 23 forks source link

Refactoring OpenDocumentTextReader #48

Closed jfbourke closed 1 year ago

jfbourke commented 1 year ago

Refactoring OpenDocumentTextReader to use iterator pattern within ReadLineAsync; removes the double reading of streams. Also reverted changes to PlainTextReader.