StdFileReader

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.

Constructors

this
this(File file)
Undocumented in source.

Members

Functions

run
void run()
Undocumented in source. Be warned that the author may not have intended to support it.
stop
void stop()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

file
File file;
Undocumented in source.

Inherited Members

From FileReader

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.

Meta