MultiFilesReader

Undocumented in source.

Constructors

this
this(DataFileReader!(T)[] readers_)
Undocumented in source.

Members

Functions

cache
MultiFilesReader!T cache()
Undocumented in source. Be warned that the author may not have intended to support it.
evenChunks
MultiFilesReader!(T)[] evenChunks(uint num_chunks)

Split reader into num_chunks readers based on even number of physical files

opApply
int opApply(int delegate(ref T) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void popFront()
Undocumented in source. Be warned that the author may not have intended to support it.
rewind
void rewind()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

currentFileIndex
ulong currentFileIndex [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
empty
bool empty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
front
T front [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
length
ulong length [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
save
MultiFilesReader!(T) save [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_currInd
size_t _currInd;
Undocumented in source.
readers
DataFileReader!(T)[] readers;
Undocumented in source.

Meta