FileReader

Undocumented in source.

Constructors

this
this(char[] filename)
Undocumented in source.
this
this(File f)
Undocumented in source.

Members

Functions

readExact
void readExact(ubyte[] buffer, size_t bytes)
Undocumented in source. Be warned that the author may not have intended to support it.
seek
void seek(ptrdiff_t offset, int origin)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Reader

readExact
void readExact(ubyte[] , size_t )
Undocumented in source.
seek
void seek(ptrdiff_t , int )
Undocumented in source.

Meta