BackgroundReaderBase

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

Constructors

this
this(std.stdio.File f)
Undocumented in source.

Members

Functions

addByte
void addByte(ubyte data)
Undocumented in source. Be warned that the author may not have intended to support it.
convertLineEndings
size_t convertLineEndings(dchar[] text)

inplace convert line endings to unix format (\n)

flush
void flush()
Undocumented in source. Be warned that the author may not have intended to support it.
handleFinish
void handleFinish()
Undocumented in source. Be warned that the author may not have intended to support it.
sendResult
void sendResult(dstring text)
Undocumented in source. Be warned that the author may not have intended to support it.
waitForFinish
void waitForFinish()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

finished
bool finished [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_textbuffer
dchar[] _textbuffer;
Undocumented in source.
prevchar
ubyte prevchar;
Undocumented in source.

Meta