Constructs a SeekableOutputStream from a
RandomAccessFile. Unless otherwise indicated,
all method invocations are fowarded to the underlying
RandomAccessFile.
Parameters: file - The RandomAccessFile to which callswill be forwarded. exception: IllegalArgumentException - if file isnull.