HDK
|
The FS_Reader class should be used to read files. It takes a file name in its constructor, and provides a C++ stream for reading the specified file. The difference between using FS_Reader and an ifstream directly is that FS_Reader supports an extensible architecture (see overview).
Most of the functions of this class are for internal use only. Only the functions listed below should be used in your code.
nullptr
, the file specified in the constructor could not be found.
nullptr
.