AutoFile::read

Read raw bytes from the file into dst, applying deobfuscation.

Synopsis

Declared in <streams.h>

void
read(std::span<std::byte> dst);

Parameters

NameDescription
dstBuffer to fill with bytes read from the file.