Java Doc for SeekableOutputStream.java in » 6.0-JDK-Modules » Java-Advanced-Imaging » com » sun » media » jai » codec » Java Source Code / Java DocumentationJava Source Code and Java Documentation
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.