ocean v6.1.0 (2021-04-20T01:38:04Z)
Home
Dub
Repo
File.seek
ocean
io
device
File
File
Set the file seek position to the specified offset from the given anchor.
class
File
override
long
seek
(
long
offset
,
Anchor
anchor
=
Anchor.Begin
)
Meta
Source
See Implementation
ocean
io
device
File
File
aliases
read
write
classes
IOException
constructors
this
enums
Access
Cache
Open
Share
functions
error
length
open
path
position
seek
setFileHandle
style
sync
toString
truncate
static functions
append
get
set
static variables
O_CLOEXEC
ReadExisting
ReadShared
ReadWriteAppending
ReadWriteCreate
ReadWriteExisting
ReadWriteOpen
WriteAppending
WriteCreate
WriteExisting
structs
Style
Set the file seek position to the specified offset from the given anchor.