Seeker
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.io
- Platforms: .NET, .NET Standard 2.0, Island
Required Methods
Seek
method Seek(offset: int64; whence: int): tuple of (int64, error)
(int64, error) Seek(int64 offset, int whence)
func Seek(_ offset: int64, _ whence: int) -> tuple of (int64, error)
func Seek(offset int64, whence int) tuple of (int64, error)
Function Seek(offset As int64, whence As int) As Tuple (Of int64, error)
Parameters:
- offset:
- whence: