AutoFile::write

Write raw bytes from src to the file, applying obfuscation.

Synopsis

Declared in <streams.h>

void
write(std::span<std::byte const> src);

Parameters

NameDescription
srcBytes to write to the file.