|
CachedFileStreamSeek Method
|
When overridden in a derived class, sets the position within the current stream.
Namespace: GSF.IOAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.218-beta+101eee949414e414795e55a6e73d88938f0177b8
Syntax function Seek(offset, origin);
View SourceParameters
- offset Int64
- A byte offset relative to the origin parameter.
- origin SeekOrigin
- A value of type SeekOrigin indicating the reference point used to obtain the new position.
Return Value
Int64
The new position within the current stream.
Exceptions See Also