BufferedReader::read

Read bytes into dst, serving them from the buffer and refilling from the source as needed.

Synopsis

Declared in <streams.h>

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

Parameters

NameDescription
dstBuffer to fill with bytes read from the reader.