#include <filereader.h>

Public Member Functions | |
| FileReader () | |
| The constructor. | |
| ~FileReader () | |
| The destructor. | |
| CrissCross::Errors | Open (const char *_file) |
| Opens the provided file for read access. | |
| CrissCross::Errors | Close () |
| Closes the file. | |
Protected Attributes | |
| const char * | m_filePath |
| The path to the file being read. | |
Inherits CoreIO, so functions like CoreIO::Read and CoreIO::ReadLine are accessible to the programmer.
| ~FileReader | ( | ) |
The destructor.
Closes the file and deallocates memory used by FileReader.
| CrissCross::Errors Close | ( | ) |
Closes the file.
Closes the file and deallocates memory used by FileReader.
| CrissCross::Errors Open | ( | const char * | _file | ) |
Opens the provided file for read access.
| _file | The path of the file to be read. |
1.5.8