Click or drag to resize
StreamWrapperSeek Method
Sets the position within the current stream to the specified value.

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 10.0.0
Syntax
C#
public override long Seek(
	long offset,
	SeekOrigin loc
)

Parameters

offset
Type: SystemInt64
Offset
loc
Type: System.IOSeekOrigin
Begin of seeking

Return Value

Type: Int64
See Also