Move the read position ahead in the stream to the given position. Use SetPos() to back up in the stream, not SkipTo().
Declared in <streams.h>
void
SkipTo(uint64_t const file_pos);
| Name | Description |
|---|---|
| file_pos | Absolute stream position to advance to; must not be before the current position. |