vibe-core ~master (2022-04-01T19:24:37Z)
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.