DataFileReader

Undocumented in source.

Constructors

this
this(string path, bool binary)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

read_next
bool read_next()
Undocumented in source.
rewind
void rewind()
Undocumented in source. Be warned that the author may not have intended to support it.
share_save_params
void share_save_params(DataReader!T e)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

empty
bool empty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
path
path [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
save
DataFileReader!T save [@property getter]
Undocumented in source.

Variables

_binary
bool _binary;
Undocumented in source.
_f
File _f;
Undocumented in source.
_path
string _path;
Undocumented in source.

Meta