IOStream.seek

Move the stream position to the given offset from the provided anchor point, and return adjusted position.

Those conduits which don't support seeking will throw an IOException (and don't implement IConduit.Seek).

interface IOStream
long
seek

Meta