IStream.seek

Sets the current position in the stream

interface IStream
ulong
seek
(
in long pos
,)

Parameters

pos long

The number of bytes to offset from origin

origin Seek

Position used as reference for the offset.

Return Value

Type: ulong

The current positon in the stream

Meta