Sets the current position of this stream to the specified value.
public void setPosition( long value )
value
The new position of the stream.
IOException thrown if an I/O error occurs or if the stream does not support positioning.
While some streams support positioning beyond the length of the stream, others throw an exception.
See Also getPosition