saveBytes()

Output / Files

Description

Writes a vector of bytes to a file.

Syntax

bool saveBytes(std::string path, std::vector data)

Parameters

NameTypeDescription
pathstd::stringpath to write to
datastd::vectorbytes to write

Returns

bool

Related

Under the Hood

Implementation in Processing.h / Processing.cpp:

Loading...