Click or drag to resize

AutoResetStream.Reset Method

Resets the Position to an offset of '0' relative to the provided seekOrigin.

Namespace:  BionicCode.Utilities.Net.Standard.IO
Assembly:  BionicCode.Utilities.Net.Standard (in BionicCode.Utilities.Net.Standard.dll) Version: 1.0.4
Syntax
public void Reset(
	SeekOrigin seekOrigin = SeekOrigin.Current
)

Parameters

seekOrigin (Optional)
Type: System.IO.SeekOrigin
The optional relative position of the Stream to apply the zero offset to. The default is Begin.
See Also
https://github.com/BionicCode/BionicCode.Net/blob/master/README.md