- yieldLine
string yieldLine()
Undocumented in source. Be warned that the author may not have intended to support it.
- yieldData
ubyte[] yieldData(size_t length)
Undocumented in source. Be warned that the author may not have intended to support it.
- stop
void stop()
Undocumented in source.
- run
void run()
Undocumented in source.
- data
ubyte[] data;
Undocumented in source.
- mutex
Mutex mutex;
Undocumented in source.
- running
bool running;
Undocumented in source.
A simple file reader continuously reading into a 1 byte buffer and appending it to the data. Ensures data is never buffered on any platform at the cost of being a lot more CPU intensive.