NSFileHandle.SeekToFileOffset(UInt64) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Moves the file pointer to the specified offset.
[Foundation.Export("seekToFileOffset:")]
public virtual void SeekToFileOffset (ulong offset);
abstract member SeekToFileOffset : uint64 -> unit
override this.SeekToFileOffset : uint64 -> unit
Parameters
- offset
- UInt64
- Attributes