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