vibe-core v1.9.3 (2020-08-03T00:34:08Z)
Dub
Repo
RandomAccessStream.seek
vibe
core
stream
RandomAccessStream
Seeks to a specific position in the file if supported by the stream.
interface
RandomAccessStream
@
safe
@
blocking
void
seek
(
ulong
offset
)
Meta
Source
See Implementation
vibe
core
stream
RandomAccessStream
functions
seek
tell
properties
readable
size
writable
Seeks to a specific position in the file if supported by the stream.