The ofstream class is provided for convenience. More...
#include <Stream.h>
Public Member Functions | |
ifstream (const FileInfo &fi, ios_base::openmode mode=std::ios::in) | |
virtual | ~ifstream () |
The ofstream class is provided for convenience.
On Windows platforms it opens a stream with UCS-2 encoded file name while on Linux platforms the file name is UTF-8 encoded.
Base::ifstream::ifstream | ( | const FileInfo & | fi, |
ios_base::openmode | mode = std::ios::in |
||
) |
|
virtual |