zeus::FileServer Class Reference
#include <File.hpp>
Public Member Functions | |
FileServer () | |
FileServer (const std::string &_filename) | |
const std::string & | getFileName () const |
Detailed Description
File server interface.
- Note
- This class permit to send file without opening all data befor sending
Constructor & Destructor Documentation
§ FileServer() [1/2]
zeus::FileServer::FileServer | ( | ) |
generic constructor
§ FileServer() [2/2]
zeus::FileServer::FileServer | ( | const std::string & | _filename | ) |
contructor with a file
- Parameters
-
[in] _filename Name of the file to send
Member Function Documentation
§ getFileName()
|
inline |
Get the filename registered.
- Returns
- path of the file
The documentation for this class was generated from the following file:
- framework/atria-soft/zeus/zeus/File.hpp