FileInputStream

Undocumented in source.

Constructors

this
this(string filename)
Undocumented in source.

Members

Functions

close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
read
size_t read(ubyte[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

eof
bool eof [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
isOpen
bool isOpen [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_file
std.stdio.File _file;
Undocumented in source.

Inherited Members

From InputStream

read
size_t read(ubyte[] buffer)
Undocumented in source.
eof
bool eof [@property getter]
Undocumented in source.

Meta