FDO API Reference Feature Data Objects

virtual FDO_API_COMMON void FdoIoMemoryStream::Skip FdoInt64  offset  )  [virtual]
 

skips over part of the stream.

Parameters:
offset The number of bytes to skip. if position then the current position is moved forward. If negative, the position is moved backward. The position will remain between the start and end of the stream. The position is set to the end of the stream if the given offset would put it past the end. Similarily, the position is set to the start if the offset would put it before the start.

Implements FdoIoStream.


Comments or suggestions? Send us feedback.