MemoryDevice.seek

Change the internal seeker position

class MemoryDevice
override
long
seek
(
long offset
,
Anchor anchor = Anchor.Begin
)

Parameters

offset long

amount of bytes to add to the anchor to seek the new position

anchor Anchor

specifies which point should be used as basis for the offset

Return Value

Type: long

the new seeker position

Meta