Doers anyone know of an IFilter
wrapper class that implements ReadLine()
.
I'm currently using this Code Project IFilter Wrapper which is excellent and inherits TextReader
but it doesn't contain an implementation for ReadLine()
. Having had a look at the Read()
method it doesn't look easy or something that can be done quickly.
Is there a quick and easy way to implement this that I'm just missing ?