Zen API
|
|
protected |
Protected virtual method that moves the read/write pointer to the specified location.
This method should be overridden by derived stream classes that support seeking.
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). |