NAME
A static function of omni::io::file
OVERLOADS
omni::io::file::read_raw
A static function of omni::io::file
#include <omni/io.hpp>inline uint64_t omni::io::file::read_raw(const std::string& file, unsigned char* buffer, uint64_t length)OVERLOADS
inline uint64_t omni::io::file::read_raw(const std::string& file, char* buffer, uint64_t length)
inline uint64_t omni::io::file::read_raw(const std::wstring& file, unsigned char* buffer, uint64_t length)
inline uint64_t omni::io::file::read_raw(const std::wstring& file, char* buffer, uint64_t length)