Click or drag to resize

BBStreamSeek Method

Sets the position within the stream

Namespace: Brainboxes.IO
Assembly: Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public override long Seek(
	long offset,
	SeekOrigin origin
)

Parameters

offset  Int64
Offset relative to the origin parameter
origin  SeekOrigin
Reference point used to obtain the new position

Return Value

Int64
The new position within the current stream
See Also