FDO API Reference Feature Data Objects

virtual System::Void IoStream::Skip System::Int64  count  )  [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.

Comments or suggestions? Send us feedback.