Method Seek
Seek(Int64, SeekOrigin)
Calls the System.IO.Stream.Seek(System.Int64,System.IO.SeekOrigin) method on the wrapped stream.
Declaration
public override long Seek(long offset, SeekOrigin origin)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int64 | offset | A byte offset relative to the |
| SeekOrigin | origin | A value of type System.IO.SeekOrigin indicating the reference point used to obtain the new position. |
Returns
| Type | Description |
|---|---|
| System.Int64 | The new position within the current stream. |