Changes the stream position.
Throws a StreamNotOpenException if the stream is not open for reading.
Syntax
public void Seek(long newPosition)
Parameters
- newPosition – The new stream position in bytes. Zero represents the beginning of the value stream.