Zen API
|
kStatus kStream_Seek | ( | kStream | stream, |
k64s | offset, | ||
kSeekOrigin | origin | ||
) |
Moves the read/write pointer to the specified location, if supported by the underlying stream.
stream | Stream object. |
offset | Offset by which to adjust the read/write pointer. |
origin | Origin to which movement is relative (i.e. begin, current, end). |