Click or drag to resize

AutoResetStreamReset 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.2
Syntax
public void Reset(
	SeekOrigin seekOrigin = SeekOrigin.Begin
)

Parameters

seekOrigin (Optional)
Type: System.IOSeekOrigin
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