Changes the stream position.
Throws a SUPStreamNotOpenException if the stream is not open for
            reading. 
Syntax
- (void)seek :(SUPLong)newPosition;
 
Parameters
- newPosition – The new stream position in bytes. Zero represents the beginning of the value stream.