#include <IFileServe.hpp>
|
| virtual unsigned int | GetFileSize (std::string const &path) const =0 |
| |
| virtual std::ifstream & | GetFile (std::string const &path) const =0 |
| |
| virtual char * | GetFileByRange (unsigned int offset, unsigned int size) const =0 |
| |
Definition at line 15 of file IFileServe.hpp.
| std::ifstream & Module::IFileServe::GetFile |
( |
std::string const & |
path | ) |
const |
|
pure virtual |
- Parameters
-
- Returns
- return std::ifstream of the opened file
| char * Module::IFileServe::GetFileByRange |
( |
unsigned int |
offset, |
|
|
unsigned int |
size |
|
) |
| const |
|
pure virtual |
- Parameters
-
- Returns
- data read in the range [offset, offset + size]
| unsigned int Module::IFileServe::GetFileSize |
( |
std::string const & |
path | ) |
const |
|
pure virtual |
- Parameters
-
- Returns
- size of the file
The documentation for this class was generated from the following file: