#include <filestream.h>
Inheritance diagram for Ishtar::FileInputStream:
Public Member Functions | |
FileInputStream (const std::string &filename, std::ios_base::openmode mode=std::ios_base::in) | |
Constructor, open filename in input (or another specified mode). | |
virtual void | read (void *data, Size size) |
Read a data buffer, no endian conversion. | |
operator bool () | |
cast to bool operator, returns true if stream is valid | |
Protected Attributes | |
std::ifstream | stream |
underlying c++ file stream |