rewind to a given reading position
Declared in <streams.h>
bool
SetPos(uint64_t nPos);
True if the position was set exactly, false if it was clamped to the reachable range.
| Name | Description |
|---|---|
| nPos | Absolute stream position to move the read pointer to. |