loadBytes()
Input / FilesDescription
Reads the contents of a file into a vector of bytes.
Syntax
std::vector loadBytes(std::string path)
Parameters
| Name | Type | Description |
|---|---|---|
| path | std::string | path to the file |
Returns
std::vectorRelated
Under the Hood
Implementation in Processing.h / Processing.cpp:
Loading...