Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

Ishtar::FileInputStream Class Reference

#include <filestream.h>

Inheritance diagram for Ishtar::FileInputStream:

Ishtar::InputStream List of all members.

Detailed Description

An input file stream from which we can read.


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


The documentation for this class was generated from the following files:
Generated on Mon Oct 24 17:30:54 2005 for libishtarnet by  doxygen 1.4.2