Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kStatus kStream_VSeek ( kStream  stream,
k64s  offset,
kSeekOrigin  origin 
)
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.

Parameters
streamStream object.
offsetOffset by which to adjust the read/write pointer.
originOrigin to which movement is relative (i.e. begin, current, end).
Returns
Operation status.