ChunkedMemoryStreamSeek Method |
When overridden in a derived class, sets the position within the current stream.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public override long Seek(
long offset,
SeekOrigin origin
)
Parameters
- offset
- Type: SystemInt64
A byte offset relative to the origin parameter. - origin
- Type: System.IOSeekOrigin
A value of type SeekOrigin indicating the reference point used to obtain the new position.
Return Value
Type:
Int64
The new position within the current stream.
See Also