Seeks somewhere into the stream.
The 'origin' from where to seek from.
The amount to seek by. Note that negative numbers can be used to go backwards.
StreamCannotSeekException if this stream does not support seeking. StreamDisposedException if this stream has been disposed of.
See Implementation
Seeks somewhere into the stream.