Method Seek
Seek(int)
Move the write position in the stream. Note that moving forward past the current length will extend the buffer's Length value even if you don't write.
Declaration
public void Seek(int where)
Parameters
Type | Name | Description |
---|---|---|
int | where | Absolute value to move the position to, truncated to Capacity |