 | AutoResetStream.Seek Method |
When overridden in a derived class, sets the position within the current stream.
Namespace:
BionicCode.Utilities.Net.Standard.IO
Assembly:
BionicCode.Utilities.Net.Standard (in BionicCode.Utilities.Net.Standard.dll) Version: 1.0.4
Syntaxfunction Seek(offset, origin);
Parameters
- offset
- Type: System.Int64
A byte offset relative to the origin parameter. - origin
- Type: System.IO.SeekOrigin
A value of type SeekOrigin indicating the reference point used to obtain the new position.
Return Value
Type:
Int64The new position within the current stream.
Exceptions
See Also