#include <lsxml - Copy.hxx>
Inheritance diagram for lsxml::FileStreamBase< _Base >:
Public Member Functions | |
FileStreamBase () | |
ctor | |
FileStreamBase (const char *filename, const char *mode) | |
ctor | |
FileStreamBase (const wchar_t *filename, const wchar_t *mode) | |
ctor | |
bool | Open (const char *filename, const char *mode) |
opens the file stream | |
bool | Open (const wchar_t *filename, const wchar_t *mode) |
opens the file stream | |
bool | IsOpen () const |
checks if the stream is open | |
void | Close () |
closes the file stream | |
virtual bool | HasMore () const |
checks if the reading has reached the end of file |