BlockAllocatedMemoryStreamSeek Method
Sets the
Position within the current stream to the specified value relative the
origin.
Namespace: Gemstone.IOAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.172 -- Release Build+241430fabc9f8d815f226ef82f939af6835b2b48
function Seek(offset, origin);
- offset Int64
- The new position within the stream. This is relative to the origin parameter, and can be positive or negative.
- origin SeekOrigin
- A value of type SeekOrigin, which acts as the seek reference point.
Int64
The new position within the stream, calculated by combining the initial reference point and the offset.