fio ~master (2018-11-14T23:52:16Z)
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.