SKFrontBufferedStream.Seek(Int64, SeekOrigin) Method

Definition

Sets the position within the current buffered stream.

public override long Seek (long offset, System.IO.SeekOrigin origin);

Parameters

offset
Int64

The byte offset relative to the specified origin.

origin
SeekOrigin

The reference point from which to obtain the new position.

Returns

Returns the new position within the current buffered stream.

Applies to