BufferedFile::SkipTo

Move the read position ahead in the stream to the given position. Use SetPos() to back up in the stream, not SkipTo().

Synopsis

Declared in <streams.h>

void
SkipTo(uint64_t const file_pos);

Parameters

NameDescription
file_posAbsolute stream position to advance to; must not be before the current position.