BackgroundReaderBase

base class for text reading from std.stdio.File in background thread

class BackgroundReaderBase : Thread {
dchar[] _textbuffer;
ubyte prevchar;
}

Members

Functions

convertLineEndings
size_t convertLineEndings(dchar[] text)

inplace convert line endings to unix format (\n)

Meta