5 #ifndef API_V2_IFILESERVE_HPP
6 #define API_V2_IFILESERVE_HPP
22 virtual unsigned int GetFileSize(std::string
const &path)
const = 0;
29 virtual std::ifstream &
GetFile(std::string
const &path)
const = 0;
37 virtual char *
GetFileByRange(
unsigned int offset,
unsigned int size)
const = 0;
40 #endif //API_V2_IFILESERVE_HPP
virtual char * GetFileByRange(unsigned int offset, unsigned int size) const =0
virtual std::ifstream & GetFile(std::string const &path) const =0
virtual unsigned int GetFileSize(std::string const &path) const =0