BackgroundReader

reader which sends output text to TextWriter (warning: call will be made from background thread)

class BackgroundReader : BackgroundReaderBase {
TextWriter _destination;
}

Inherited Members

From BackgroundReaderBase

convertLineEndings
size_t convertLineEndings(dchar[] text)

inplace convert line endings to unix format (\n)

Meta