public abstract OutputStream openOutputStream () throws IOException

Returns an OutputStream for this file object.

Returns:  an OutputStream

Exceptions:
IllegalStateException    if this file object was opened for reading and does not support writing
UnsupportedOperationException    if this kind of file object does not support byte access
IOException    if an I/O error occurred