position
Sets the FileStream.position to new.
Return
The Read stream for chaining operations.
Parameters
new
The new position for the Read stream.
Throws
IllegalArgumentException
If new is less than 0.
If an I/O error occurs, or the stream is closed.