Method Reset
Reset()
Resets this reader's position to the last Mark(Int32) location. Invocations of Read() and Skip(Int32) will occur from this new location.
Declaration
public override void Reset()
Overrides
Exceptions
Type | Condition |
---|---|
System.IO.IOException | If this reader is disposed or no mark has been set. |