VFileStream.Seek Method
Namespace: Rebex.IO
Assembly: Rebex.FileSystem.dll (version 7.0.9083)
Seek(Int64, SeekOrigin)
Sets the position within the stream.
Declaration
public override long Seek(long offset, SeekOrigin origin)
Parameters
Type | Name | Description |
---|---|---|
Int64 | offset | An offset relative to the position specified by |
SeekOrigin | origin | A value indicating the base position for |
Returns
Type | Description |
---|---|
Int64 | The new position within the stream. |