FDO .NET API Reference Feature Data Objects
virtual System::Void OSGeo::FDO::Common::Io::IoStream::Skip ( System::Int64  count  )  [virtual]

skips over part of the stream.

Parameters:
count The number of bytes to skip. if positive 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, if the position is set to the start if the offset would put it before the start.


Comments or suggestions? Send us feedback.