fio ~master (2021-11-06T04:03:56.9837641)
Dub
Repo
FixedBufferBase.seekTo
io
buffer
fixed
FixedBufferBase
Seeks to the given position relative to the given starting point.
struct
FixedBufferBase
(Stream)
static if
(
isSeekable!Stream
)
long
seekTo
(
long
offset
,
From
from
=
From.start
)
if
(
is
(
Stream
== struct) &&
isBufferable
!
Stream
)
Meta
Source
See Implementation
io
buffer
fixed
FixedBufferBase
aliases
put
constructors
this
destructors
~this
functions
flush
read
seekTo
write
postblits
this(this)
properties
bufferSize
variables
stream
Seeks to the given position relative to the given starting point.