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

Name

Description

file_pos

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

Created with MrDocs