CachedFileStreamSeek Method

When overridden in a derived class, sets the position within the current stream.

Definition

Namespace: IO
Assembly: Gemstone.IO (in Gemstone.IO.dll) Version: 1.0.166 -- Release Build+a3b9ee20c2b6c07cd93996bfe91e7d228bb90231
public override long Seek(
	long offset,
	SeekOrigin origin
)

Parameters

offset  Int64
A byte offset relative to the origin parameter.
origin  SeekOrigin
A value of type SeekOrigin indicating the reference point used to obtain the new position.

Return Value

Int64
The new position within the current stream.

Exceptions

ObjectDisposedExceptionMethods were called after the stream was closed.

See Also