/// Retrieve and returns the allocated contents of the given file. If the file doesn't exist or isn't readable, returns nullptr. Don't forget to delete [] when finished.
/// Retrieve and returns the allocated contents of the given file. If the file doesn't exist or isn't readable, returns nullptr. Don't forget to delete [] when finished.
bytesRefcontentsNew(std::stringconst&_file);
bytesRefcontentsNew(std::stringconst&_file);
/// Retrieve and returns the allocated contents of the given file and load into buffer. Used to fill mapped OpenCL buffer.