Sets the current position of this file to the specified value.
public void setPosition( long value )
value
The new position of the file.
WinIOException thrown if an error occurs or if the file has been closed.
It is not an error to set the current position beyond the length of the file.
See Also IByteStream.setPosition, getPosition