[#BufferedFile-SkipTo] = xref:BufferedFile.adoc[BufferedFile]::SkipTo :relfileprefix: ../ :mrdocs: 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>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void SkipTo(uint64_t const file_pos); ---- == Parameters [cols="1,4"] |=== | Name| Description | *file_pos* | Absolute stream position to advance to; must not be before the current position. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#