tango v1.0.0+2.066 (2014-08-19T00:10:20Z)
Home
Dub
Repo
File.seek
tango
io
device
File
File
Set the file seek position to the specified offset from the given anchor.
long
seek
(long offset, Anchor anchor)
class
File
version(Win32)
override
long
seek
(
long
offset
,
Anchor
anchor
=
Anchor.Begin
)
long
seek
(long offset, Anchor anchor)
Meta
Source
See Implementation
tango
io
device
File
File
aliases
read
write
constructors
this
enums
Access
Cache
Open
Share
functions
open
seek
sync
toString
truncate
properties
length
position
style
static functions
append
get
set
structs
Style
variables
ReadExisting
ReadShared
ReadWriteCreate
ReadWriteExisting
ReadWriteOpen
WriteAppending
WriteCreate
WriteExisting
Set the file seek position to the specified offset from the given anchor.