|
BlockAllocatedMemoryStreamSeek Method
|
Sets the
Position within the current stream to the specified value relative the
origin.
Namespace: GSF.IOAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.232-beta+203aa83a5a82d50f387e69875549969ad138d6e0
Syntaxfunction Seek(offset, origin);
View SourceParameters
- 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.
Return Value
Int64
The new position within the stream, calculated by combining the initial reference point and the offset.
Exceptions
See Also