BufferedFile::FindByte

search for a given byte in the stream, and remain positioned on it

Synopsis

Declared in <streams.h>

void
FindByte(std::byte byte);

Parameters

NameDescription
byteByte value to search for.