Sets the position of this stream.
public void setPosition( long position )
position
The new position of the stream.
This method implements the IByteStream.setPosition method. The default implementation throws an IOException, but a subclass can override this method to provide the appropriate functionality.